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:29:00 UTC

[jira] [Created] (IGNITE-11228) MVCC: Implement transaction savepoints.

Andrew Mashenkov created IGNITE-11228:
-----------------------------------------

             Summary: MVCC: Implement transaction savepoints.
                 Key: IGNITE-11228
                 URL: https://issues.apache.org/jira/browse/IGNITE-11228
             Project: Ignite
          Issue Type: New Feature
          Components: mvcc
            Reporter: Andrew Mashenkov


Savepoint provides handle for user appĀ to partially rollback a transaction to the specific point.

Need to add support for next commands:
"Savepoint" - creates save point with specific identificator (name, label or smth like this)

"Rollback to savepoint" - rollback transaction to savepoint.

"Release savepoint" - destroy previously created savepoint.



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