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...
tigerabrodi.blog2 min read