Two-Phase Commit (2PC)
What is a Distributed Transaction?
Before diving into 2PC, it's important to understand the problem it solves: distributed transactions.
A transaction is a unit of work that must be completed atomical
litonshil.hashnode.dev9 min read