According to the CAP theorem, if a distributed system prioritizes consistency and partition tolerance, it must sacrifice availability. The CAP theorem states that any distributed data store can only provide two of three guarantees: consistency, availability, and partition tolerance. Consistency means that every read request receives the most recent write or an error. Availability means that every request receives a non-....
Log in to view the answer