11 - CAP Theorem & Distributed Systems
Understanding CAP Theorem
The CAP Theorem states that a distributed data system can only guarantee two of the following three properties:
Plain text
Shared from "Study" on Inkdown
The CAP Theorem states that a distributed data system can only guarantee two of the following three properties:
Consistency (C):
Availability (A):
Partition Tolerance (P):
An extension of CAP for when there's no partition:
Read Repair:
Hinted Handoff:
Anti-Entropy: