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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)