________ is a NoSQL database that is optimized for high availability and partition tolerance, sacrificing consistency under certain circumstances.

  • Cassandra
  • MongoDB
  • Neo4j
  • Redis
Cassandra is a NoSQL database designed for high availability and partition tolerance in distributed environments. It follows the principles of the CAP theorem, prioritizing availability and partition tolerance over consistency in certain scenarios.
Add your answer
Loading...

Leave a comment

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