[YSQL] Support TwoPhase commit #11084
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.
Milestone
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.
The text was updated successfully, but these errors were encountered: