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.
什么是nosql数据库?
Nosql 数据库现在是一个流行词,我搜索了很多 nosql 数据库,例如:mongodb、hadoop、cassandra ......
但我仍然不明白它们与关系数据库有何不同。
nosql 数据库是键值存储,提供复制、容错、最终一致性等功能/特性。关系数据库是事务一致的,具有主索引、二级索引、精心设计的基于成本/规则的优化器。然而,nosql 横向扩展,很难扩展关系数据库。