InterviewSolution
Saved Bookmarks
| 1. |
Compare Mongodb And Couchdb At High Level.? |
|
Answer» Although both of these DATABASES are document oriented, MONGODB is a BETTER CHOICE for applications which need dynamic queries and good performance on a very big database. On the other SIDE, CouchDB is better used for applications with occasionally changing queries and pre-defined queries. Although both of these databases are document oriented, MongoDB is a better choice for applications which need dynamic queries and good performance on a very big database. On the other side, CouchDB is better used for applications with occasionally changing queries and pre-defined queries. |
|