|
|
|
|
|
by deweller
5397 days ago
|
|
I don't have facts to back up my opinion - It is formed by memories of articles I've read. I believe CouchDB is a better choice for very large data sets because of its design. + CouchDB uses a Map Reduce design that I believe would scale better over very large data sets.
+ CouchDB always stores data in a consistent state on disk. You can literally pull the plug on the server at any time and the data will never be inconsistent. MongoDB is geared for performance and is a great bridge between a relational database and a high-performance No-SQL database. But I don't recall that it's strength is handling large datasets. |
|
Mongo is designed from the ground up to deal with large datasets. Take a look at their sharding architecture.