Quick Reference Guide to Various NoSQL Databases

允我心安 提交于 2019-12-21 05:15:16

问题


I'm looking for one place that summarizes the main properties of the NoSQL databases that I keep seeing referenced - in particular, MongoDB, Riak, Redis, Memcached, Membase, and Cassandra. Types of queries, acid, architecture for/properties of scaling, etc. All in memory, overflow to disk, backup on disk, or mainly only indexes in memory?


回答1:


Probably one of the best source which summarizes basic information (and points you to more detailed source in the first place) about various nosql databases is this website. Other than that you should check out these:

  • Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison
  • Redis Memory Usage
  • What The Heck Are You Actually Using NoSQL For?
  • NoSQLDatabases.com


来源:https://stackoverflow.com/questions/5520620/quick-reference-guide-to-various-nosql-databases

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!