Hi,

Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. To subscribe, send empty
email to user-subscr...@ignite.apache.org and follow simple instructions in
the reply.


akaptsan wrote
> Is it possible to perform autonomous transaction - like oracle
> https://oracle-base.com/articles/misc/autonomous-transactions ?

Transaction in Ignite is tied to a thread that is executing it and
nested/autonomous transactions in the same thread are not supported.
However, you can execute another transaction in a separate thread and
synchronously wait for its completion. This will give the same semantics as
autonomous transaction.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Autonomous-transaction-tp7672p7686.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to