Hi, 1. TRANSACTIONAL_SNAPSHOT is still in beta version. Perhaps the current version of MVCC will be completely redone in the future. So, it is not a good idea to use it in production systems right now.
2. Events are not implemented for MVCC yet. As well as several other features that presented in conventional TRANSACTIONAL cache: interceptors, recovery, etc. -- Kind Regards Roman Kondakov On 18.02.2020 20:11, VeenaMithare wrote: > Hi, > > 1. We wanted to try TRANSACTIONAL_SNAPSHOT Atomicity Mode. Wanted to know if > it is production version ?Asking since I noticed the below in the > documentation . Not sure if this applies for the TRANSACTIONAL_SNAPSHOT > atomicity mode as well . > > (https://apacheignite.readme.io/docs/transactions) > Beta version of Transactional SQL and MVCC > In Ignite v2.7, Transactional SQL and MVCC are released as beta versions to > allow users to experiment and share feedback. This version of Transactional > SQL and MVCC should not be considered for production. > > 2. I enabled the TRANSACTIONAL_SNAPSHOT mode and did an insert of a record > from DBeaver. I did not get a CACHE_PUT event. The only two events I can > see are TX_STARTED, TX_COMMITTED. > What other events can we expect if a insert sql is executed and cache is in > TRANSACTIONAL_SNAPSHOT mode. > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
