Database Transaction Models and the CAP Theorem
According to Brewer’s theorem (also called CAP theorem), any distributed data store (like a database) can only provide two of the following three guarantees: Consistency Availability Partition tolerance Now when it comes to pain tolerance, like a network partition failure, one of the following decisions need to be made: Cancel the operation => decrease the availability but ensure… Read More »
