In NoSQL databases, what does "CAP theorem" stand for, and what does it imply?

  • CAP stands for Capacity, Availability, Performance
  • CAP stands for Concurrency, Atomicity, Persistence
  • CAP stands for Configuration, Authentication, Portability
  • CAP stands for Consistency, Availability, Partition Tolerance
The CAP theorem in NoSQL databases stands for Consistency, Availability, and Partition Tolerance. It implies that in the presence of a network partition, a distributed system must choose between consistency and availability.
Add your answer
Loading...

Leave a comment

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