Hi Folks,

I understand from the docs (https://apacheignite.readme.io/docs/cache-modes)
that replicated caches are implemented using partitioned caches where every
key has a primary copy and is also backed up on all other nodes in the
cluster & that when data is queried lookups would be made from both primary
& backup on the node for serving the query.

But i see that the default cache write synchronization mode is
PRIMARY_SYNC, where client will not wait for backups to be updated. Does
that mean i have to explicitly set it to FULL_SYNC for replicated caches
since responses rely on lookup of primary & backup?

Regards,
Muthu

-- The real danger with modern technology isn't that machines will begin to
think like people, but that people will begin to think like machines.
-- Faith is to believe what you do not see; the reward of this faith is to
see what you believe.

Reply via email to