CAP Theorem Explained
1 Sep 2021 3 minute read 0 comments The Glitcher
CAP theorem is a fundamental theorem in distributed systems. It states that a distributed data store or any distributed system with a state can have at most two of the following three properties. Consistency Availability Partition Tolerance Woah...