Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YSQL] Support TwoPhase commit #11084

Open
sushantrmishra opened this issue Jan 14, 2022 · 0 comments
Open

[YSQL] Support TwoPhase commit #11084

sushantrmishra opened this issue Jan 14, 2022 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue roadmap-tracking-issue This issue tracks a major roadmap item, and usually appears in the roadmap list.
Projects
Milestone

Comments

@sushantrmishra
Copy link

sushantrmishra commented Jan 14, 2022

Jira Link: DB-829

Description

PostgreSQL supports preparing the transaction for the “two-phase commit” or “external transaction management systems”. Once the transaction is fully prepared then that transaction can be committed or rolled back with COMMIT PREPARED or ROLLBACK PREPARED, respectively.

This issue tracks support for “two-phase commit” in YSQL.

Status Feature GitHub Issue
⬜️ Design for prepared (two phase) transaction #11103
⬜️ Support for displaying the Active prepared transactions #11101
⬜️ Add handling for prepared transactions #11102
⬜️ Add documentation for TwoPhase commit #11104
@sushantrmishra sushantrmishra added area/ysql Yugabyte SQL (YSQL) roadmap-tracking-issue This issue tracks a major roadmap item, and usually appears in the roadmap list. labels Jan 14, 2022
@sushantrmishra sushantrmishra added this to Backlog in YSQL via automation Jan 14, 2022
@sushantrmishra sushantrmishra added this to the 2.13 milestone Jan 14, 2022
@sushantrmishra sushantrmishra self-assigned this Jan 14, 2022
@jasonriddell jasonriddell pinned this issue May 2, 2022
@sushantrmishra sushantrmishra unpinned this issue May 2, 2022
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 8, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue roadmap-tracking-issue This issue tracks a major roadmap item, and usually appears in the roadmap list.
Projects
Status: No status
YSQL
  
Backlog
Development

No branches or pull requests

3 participants