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