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