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
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