You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ignite_user2016 <ri...@gmail.com> on 2017/02/09 14:55:38 UTC

Question on replication

I have a question on replication, when we are replicaing the cache, during an
update does it update the entire object ? OR any update the deltas ? 

For example,

I replicated entity-Cache on 2 node cluster, entity cache has following
entities A and B ? now when I update the cache for entity A for certain
attributes, would the Ignite update only deltas on entity A? OR will replace
the entire entity A.

Thank you for taking a time on replying my questions.

Rishi



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-on-replication-tp10528.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Question on replication

Posted by vkulichenko <va...@gmail.com>.
Hi Rishi,

Updates are updated with the whole value. However, in PRIMARY_SYNC mode
(default one) it's done asynchronously in background.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-on-replication-tp10528p10530.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.