CAP theorem (Brewer’s theorem)

In computer science, CAP theorem, also known as Brewer’s theorem, states that it is impossible for a distributed data store to simultaneously provide more than two out of the following three guarantees: – Consistency: Every read receives the most recent write or an error – Availability: Every request receives a (non-error) response – without the … Read more