CAP Theorem
Introduction CAP theorem is a concept that a distributed system can only have two of the following three properties: Consistency: All nodes see the same data at the same time. Availability: Every request gets a response on success/failure. Partiti...
Mar 25, 20242 min read173







