Working with an ignite cache and I leave the H2 Debug window open while I'm working.. So what I have noticed happening is that when I change values in an object, this is IMMEDIATELY changed in the H2 Database window, even if I start a transaction.. Should this happen only when I get and put a value into the cache.. Should the objects not be "detached"?So the question is how does this work? How would i control concurrency if multiple threads are accessing the Cache?
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/A-Question-About-Behavior-tp3234.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
