System Design Basics : CAP Theorem
CAP stands for Consistency, Availability and Partition Tolerance. Let's understand the three in brief. ConsistencyEvery participant in a distributed system, should always receive the same data for a query i.e.,…
CAP stands for Consistency, Availability and Partition Tolerance. Let's understand the three in brief. ConsistencyEvery participant in a distributed system, should always receive the same data for a query i.e.,…