This config is used for all caches 

<bean class="org.apache.ignite.configuration.CacheConfiguration">
    <property name="cacheMode" value="REPLICATED"/>
    <property name="atomicityMode" value="ATOMIC"/>
    <property name="copyOnRead" value="false"/>
</bean>




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-with-REPLICATED-cache-tp1710p1745.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to