Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Comparison of NoSQL Solutions (Which is better in certain situations?) [closed]

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.

like image 773
wajiw Avatar asked Feb 10 '11 19:02

wajiw


1 Answers

http://aphyr.com/tags/Jepsen this series is excellent if you want to see how a lot of databases handle network problems:

We're going to learn about distributed consensus, discuss the CAP theorem's implications, and demonstrate how different databases behave under partition.

like image 149
chx Avatar answered Oct 05 '22 22:10

chx