Re: Write Synchronization Mode per client

2018-12-26 Thread aealexsandrov
Hi, Cache in Ignite is a cluster wide storage for data. This data will be available around all clients. And it should work similarly for each of them. That's why the configuration can't be changed during runtime on the already started cache. I don't think that all your clients will use the same

Re: Write Synchronization Mode per client

2018-12-26 Thread rom_we
Hi Andrei, Thanks for the response. I'm trying to understand how can i use ignite as a *global cross applications* cache for our system entities. This cache could be used by different parties with different needs. Some care more about data consistency and some requires low latency. I just wanted

Re: Write Synchronization Mode per client

2018-12-26 Thread aealexsandrov
Hi, Synchronization mode is a part of the cache configuration. It will be set up at the cache starting. After that, the cache configuration can't be changed in runtime. The only case when cache configuration could be changed is when you destroy old cache and create a new one with the new

Write Synchronization Mode per client

2018-12-25 Thread rom_we
I understood that cache write synchronization mode is defined per cache. Is there an option to override it *per each client* (according to the client needs) ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/