MongoDB V/S CouchDB
Posted by admin on January 12, 2011
0 comments
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 [...]
