Search
Follow Us

Follow nosqldatabases on Twitter Follow nosqldatabases on Facebook Follow nosqldatabases on Google Buzz Follow nosqldatabases on LinkedIn Follow nosqldatabases on FeedBurner NoSQL presentations on slideshare

Sponsors

Become a sponsor of NoSQLDatabases.com. Contact us to find out how.

Featured Jobs

 

Follow On Facebook
Recent NoSQL News

Advertisments
« How Riak is helping to power AOL's AdLearn Adverstising Platform | Main | Trinity - Microsoft's Graph Database »
Tuesday
Mar222011

Observations of MongoDB and CouchDB

Interesting article from the folks at Ocasta Labs. Ocasta Labs has been using CouchDB for over a year now. Recently a project popped up where they mention in their post that CouchDB did not seem like the right fit. The primary reason:

It turns out the reason it was the right choice was that Mongo is quite traditional. It relies on you having a middle tier where your app logic resides. Couch is more radical and it not only replaces the traditional database but also the middle tier. If, as we did on this particular project, you already have a middle tier then using Couch adds complexity to the solution.

Other interesting points from the article:

  • A pure Couch application is simpler to deploy, upgrade and scale
  • Struggled with Mongo when using map/reduce
  • Couch you can write and test the map without the reduce which helps, no similar mechanism available in MongoDB

Read the full post at: Some observations on MongoDB & CouchDB

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>