Distributed Transactions and Two-Phase Commit
An explanation of distributed transactions and the classic Two-Phase Commit (2PC) protocol, along with its alternatives.
Dec 3, 202516 min read19
Search for a command to run...
Articles tagged with #distributed-transactions
An explanation of distributed transactions and the classic Two-Phase Commit (2PC) protocol, along with its alternatives.
A guide to implementing the Saga pattern to manage data consistency across microservices without using two-phase commit.