What is the CAP theorem?
The CAP theorem states that any distributed data store can only provide two of the following three guarantees:
-Partition tolerance
The system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes.