2

Possible Duplicate:
Is there any NoSQL that is ACID compliant?

So, I heard NoSQL Databases are not ACID compliant, why is this?

Community
  • 1
  • 1
Steffan Harris
  • 9,106
  • 30
  • 75
  • 101

2 Answers2

5

This isn't necessarily true - it depends on which particular database you're referring to. Some of them (for example Neo4j) are fully ACID compliant. Check out this link for a comparison of some NoSQL databases: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis

Dawood
  • 5,106
  • 4
  • 23
  • 27
0

Generally speaking, ACID compliance imposes performance overhead. NoSql performance is enhanced by this lack of performance overhead.

Jimmy Miller
  • 1,317
  • 9
  • 13