Re: clarification on how to start transactions only on servers

2016-06-01 Thread Vladislav Pyatkov
Hello, Ignite stores transaction data on one node using own CacheStore. >>You can disable saves from client if you enable write-behind semantics. How it is written in the above thread. Could you describe more detail what task you decide? The first thing that comes to mind: 1) Distributed

clarification on how to start transactions only on servers

2016-05-31 Thread limabean
I was reading this thread: http://apache-ignite-users.70518.x6.nabble.com/CacheStore-handles-persistence-in-client-node-for-transactional-cache-td3428.html#a3435 and found this confusing. This line in particular from the post above is confusing: >> By default TRANSACTIONAL cache invokes store