I'm trying to learn more about NoSQL as I'm building a key-based archiving app in a Linux/PHP architecture. Can anyone explain the differences between the major solutions (CouchDB/MongoDB/etc) as to the advantages/disadvantages to each? Links would be great, though I'm having a hard time doing research using Google alone.
|
|
google "nosql comparison" - there are really tons of related blogs and docs. Here is one: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis |
|||||||||||||
|
|
This link compares several databases with respect to their features: |
|||
|
|
|
This link has some information about nosql systems. http://www.rackspacecloud.com/blog/2009/11/09/nosql-ecosystem/ |
|||||
|
|
Take a look at this nosql comparison engine. http://nosql.findthebest.com |
|||
|
|
|
Some bloguer posted a visual answer to this question about a month after this question was posted on stackoverflow. Interesting since it positionned the different available solutions in reference to the CAP theorem. I would just add that Cassandra can fit on both sides of 'P' depending if you always query using quorum or not. http://blog.nahurst.com/visual-guide-to-nosql-systems Note : The author arbitrary put RDBMS and data-warehousing solutions on the CA side of the triangle. I know an available non partition-tolerant is controversial, but that's not the point. |
|||
|
|
|
here is a comparison of MongoDB, Cassandra, Riak, CouchBase 2.0, HBase distributed on HDFS using ZooKeeper, Berkeley db 11g (java Ed HA) and Oracle NoSQL 11g The author has basically gone through all their documentations and quoted the areas that describe their behavior in the following 5 categories:
and then provided short quotes for each of the them. |
|||
|
|
|
NoRAM DB => “If It Does Not Fit in RAM, I Will Quietly Die For You” Talks about Cassandra, Riak, Redis, MongoDB, Hazelcast, Neo4j, VoltDB, CouchDB, and others. |
|||
|
|