Hi Ionut, What level of transactional guarantees are you expecting? Generally, it sounds like you can try utilizing EntryProcessor [1] which allows not to move the data from servers to client before updating. invoke() operation can be enlisted in a transaction in the same way as put().
Let me know if this helps. [1] https://apacheignite.readme.io/v1.6/docs/jcache#entryprocessor -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Update-performance-tp6214p6248.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
