1.

Please explain couchdb vs mongodb?

Answer»
S.noCOUCHDBMONGODB
1.In CouchDB, the records are stored in the DOCUMENTS in the database.In MongoDB, the records are stored in the collection in the database
2.Master-Master replication in CouchDBMaster-Slave replication in MongoDB
3.CouchDB is WRITTEN in ErlangMongoDB is written in C++
4.In CouchDB, the INTERFACE is REST/HTTPIn MongoDB, the interface is TCP/IP Custom Protocol
5.Slower than MongoDBFaster than CouchDB


Discussion

No Comment Found