Under the CAP theorem, if a distributed database prioritizes Availability and Partition Tolerance, which property must be sacrificed during a network split?
Under the CAP theorem, a system that prioritizes Availability and Partition Tolerance must sacrifice Consistency. The CAP theorem states that a distributed data store can only provide two out of three guarantees simultaneously: Consistency, Availability, and Partition Tolerance. Consistency means that every read request receives the most recent write or an error. Availability means that every ....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.