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 #consistency
An explanation of distributed transactions and the classic Two-Phase Commit (2PC) protocol, along with its alternatives.
A deep dive into one of the hardest problems in computer science: cache invalidation. Covers strategies like TTL, explicit invalidation, and event-based approaches.
A deep dive into the classic dilemma between system performance (low latency) and data consistency.
A practical guide to understanding and applying the CAP theorem in real-world system design.
Exploring the critical trade-off between system availability and data consistency in distributed environments.