-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Some applications, particularly coordination among multiple nodes in a distributed database, can benefit from two-phase commit (2PC). That splits commit into a "prepare" phase followed by a commit or rollback. After a successful prepare, the transaction is durable across crashes, and the application can choose to commit or rollback after recovery completes.
- duplicates
-
WT-3847 Add a stub API for prepared transaction
- Closed