In a distributed database system, achieving ______ can be challenging during CRUD operations due to network partitions.

  • Consistency
  • Availability
  • Partition Tolerance
  • Latency
In a distributed database system, the CAP theorem states that you can achieve only two out of three properties: Consistency, Availability, and Partition Tolerance (CAP). During network partitions (Partition Tolerance), it can be challenging to maintain both Consistency and Availability, making it an essential trade-off.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *