You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2019/02/06 10:33:00 UTC

[jira] [Created] (IGNITE-11229) MVCC: Implements chained transactions.

Andrew Mashenkov created IGNITE-11229:
-----------------------------------------

             Summary: MVCC: Implements chained transactions.
                 Key: IGNITE-11229
                 URL: https://issues.apache.org/jira/browse/IGNITE-11229
             Project: Ignite
          Issue Type: New Feature
          Components: mvcc
            Reporter: Andrew Mashenkov


Chained transactions means one executed after another.

To so that we have to add support of combined "COMMIT/BEGIN" command that will commits previous transaction and starts a new one. This command should guarantee no other transaction allowed in between.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)