Computer Science, asked by SHIVA2213, 1 year ago

What is the difference between mongodb and couchdb?

Answers

Answered by sumantns10pcsqym
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.

Similar questions