Tag: consistency in databases
-
Consistency: CAP Theorm
The CAP theorem, proposed by Eric Brewer, is a cornerstone of distributed systems theory. It states that a distributed system can guarantee only two out of three properties simultaneously: Consistency (C), Availability (A), and Partition Tolerance (P). Among these, consistency ensures that all nodes in a distributed system reflect the same data at any given…