Thanks, I was able to test it now!

Just confirming for the final time, so if before tx.commit(), I do:
 
cache.put(k1,v1);
cache.put(k1,v2);

and then if I get k1's value: cache.get(k1), in a new thread before doing
tx.commit(), then I'll get value v2 for key k1, right? Coz in the cache
value for key k1 has been updated from v1 to v2? Am I understanding
correctly?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-perform-lazy-write-to-database-tp4002p4063.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to