CAP Theorem
The CAP theorem, also named as Brewer's theorem states that it is impossible for a distributed data store to simultaneously provide more than two out...
Eventual Consistency
Eventual consistency is a weak consistency model that ensures all replicas of a distributed system converge to identical states in the absence of...
BASE
BASE is an acronym describing the design principles behind many NoSQL and eventually consistent databases. BASE often contrasted with ACID and its...