adspace


Compare mongodb and couchdb at high level?

Answer Posted / Mohit Jaiswal

MongoDB and CouchDB are both NoSQL databases, but they have some key differences. MongoDB uses a document-oriented data model and supports both ACID (for transactions) and eventual consistency. CouchDB also uses a document-oriented data model but focuses more on MapReduce for querying and supports only eventual consistency.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did mongodb get its name?

60


How to define array in mongoose schema?

78


what is the command syntax for inserting a document?

62