What is the difference between mongodb and couchdb?
Answers
Answered by
0

As you can see in the diagram,MongoDB and CouchDB are built with a slightly different focus. Both scale across multiple nodes easily, butMongoDB favours consistency whileCouchDB favours availability. In the MongoDB replication model, a group of database nodes host the same data set and are defined as a replica set.
As you can see in the diagram,MongoDB and CouchDB are built with a slightly different focus. Both scale across multiple nodes easily, butMongoDB favours consistency whileCouchDB favours availability. In the MongoDB replication model, a group of database nodes host the same data set and are defined as a replica set.
Similar questions