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

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

     [ https://issues.apache.org/jira/browse/IGNITE-11228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov closed IGNITE-11228.
------------------------------------

> 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
>            Priority: Major
>
> 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)