Govur University Logo
--> --> --> -->
...

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 ....

Log in to view the answer



Redundant Elements