Tag Archives: CouchDB

MongoDB V/S CouchDB

Both MongoDB and CouchDB are document oriented databases with JSON style object data storage.  They have their pros and cons in different situations. 1) Map Reduce Mongo uses map reduce for data processing jobs, Couch uses map reduce for build all views. 2) Atomicity Both support concurrent modifications of single documents. Both forego complex transactions [...]