Yes I read and don't update some other objects. It would be very difficult to read objectsoutside of transaction. I need to execute qute complicated logic within transacttion. During the execution I can read/update many objects depending on conditions, settings and so on. I can't know which objects I need to read until I come to certain point within transaction.
In SQL I have following options: - read without lock - select ... - read and lock - select ... for update -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Explicit-lock-whithin-a-transaction-tp8586p9059.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
