Re: Questions about SQL transactions

2022-08-08 Thread Andrey Gura
sidered production ready [2]. > > I have a few questions about SQL transactions in Ignite: > > 1. Is MVCC the only atomicity mode that supports SQL transactions? What if > I create a table with TRANSACTIONAL atomicity? Will it fall back to like > optimistic/pessimistic transactions

Questions about SQL transactions

2022-08-02 Thread Yijie Shen
Hi, I notice that "Caches with the TRANSACTIONAL_SNAPSHOT atomicity mode support SQL transactions"[1], but there are also notes on deprecation of ` TRANSACTIONAL_SNAPSHOT` since Ignite 2.12 due to lots of limitations and are not considered production ready [2]. I have a few questions