Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 是否有任何符合 ACID 的 NoSQL?
所以,我听说 NoSQL 数据库不符合 ACID,这是为什么呢?
这不一定是真的 - 这取决于您所指的特定数据库。其中一些(例如 Neo4j)完全符合 ACID。查看此链接以比较一些 NoSQL 数据库: http: //kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
一般来说,ACID 合规性会带来性能开销。由于没有性能开销,NoSql 的性能得到了增强。