shishkovilja commented on issue #10686: URL: https://github.com/apache/ignite/issues/10686#issuecomment-1533548179
`IndexQuery` is not transactional, only key-value API is, like put, get, etc. --- > Also range-locks must be acquired when a SELECT query uses a ranged WHERE clause, especially to avoid the phantom reads phenomenon Ignite provides transactional support only in `TRANSACTIONAL_SNAPHOT` atomicity mode with [MVCC](https://ignite.apache.org/docs/2.14.0/transactions/mvcc), but it is deprecated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
