I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment.

I'm now looking at these storage solutions (I'm favouring MongoDB at the moment), however these projects are quite young and so I foresee that I'm going to have to work quite hard to convince my manager that we should adopt this new technology.

What I'd like to know is:

  1. Who is using MongoDB or CouchDB today in a production environment?

  2. How are you using MongoDB/CouchDB?

  3. What problems (if any) did you come across when you adopted this new storage mechanism (and how did you overcome them)?

  4. How did you deal with any migration issues that you had to deal with?

  5. Do you have any good/bad experiences with either of these solutions that you'd like to share?

link|improve this question
+1 cause I hadn't heard of mongoDB before seeing this post (& am getting tired of waiting for CouchDB) – Jason S Aug 24 '09 at 15:07
1  
Looking through the answers, I didn't really find what I was looking for. Since both databases are so much alike, which one should I chose? What are the benefits of either one of them? For what kind of application should I chose which? Would be nice if someone could answer those questions. – polemon Aug 18 '10 at 22:26
2  
@poleman - the essential, core difference can probably best be summed up by this chart mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid ... of course again, biased like @Eliot mentioned below. My understanding is that one key difference is that couch passes everything through mapreduce functions whereas Mongo is a bit more of a direct-access type of setup. – Alex C Dec 17 '10 at 17:43
feedback

10 Answers

up vote 159 down vote accepted

I'm the CTO of 10gen (developers of MongoDB) so I'm a bit biased, but I also manage a few sites that are using MongoDB in production.

businessinsider has been using mongo in production for over a year now. They are using it for everything from users and blog posts, to every image on the site.

shopwiki is using it for a few things including real time analytics and a caching layer. They are doing over 1000 writes per second to a fairly large database.

If you go to the mongodb Production Deployments page you'll see some people who are using mongo in production.

If you have any questions about the scale or scope of production deployments, post on our user list and we'll be more than happy to help.

link|improve this answer
4  
here's the link mongodb.org/display/DOCS/Production+Deployments – mdirolf Jul 9 '09 at 19:13
would you mind make mongodb run with v8 as default. and mongodb eat too much memory for poor guys who using a VPS with 512M memory. – guilin 桂林 May 25 '11 at 16:01
You can have AC(i)D at least - atomicity because single master writer, consistency because you have per-document consistency, durability because you can specify how many writes are needed before ACKing write, e.g. how many other nodes need get the data before ACKing it. – Henrik Sep 12 '11 at 7:20
feedback

The BBC and meebo.com use CouchDB in production and so does one of my clients. Here is a list of other people using Couch: CouchDB in the wild

The major challenge is to know how to organize your documents and stop thinking in terms of relational data.

link|improve this answer
feedback

SourceForge uses MongoDB. See this presentation or read here.

link|improve this answer
27  
What are they using it for? Or how are they using it? – kiwicptn Mar 13 '10 at 15:44
20  
I know this is an old question, but maybe someone will look at it again. Here is a presentation by a SourceForge dev about how they employ MongoDO: infoq.com/presentations/MongoDB-at-SourceForge – o1iver Jan 24 '11 at 22:39
feedback

I am using CouchDB in production. Currently it stores all those 'optional' fields that weren't in the original DB schema. And right now I am thinking about moving all data to CouchDB.

It's quite a risky step, I admit. Firstly, because it's not v1.0 yet. And secondly, because it is drivespace-hungry. By my calculations, CouchDB file (with indexes) is ~30 times larger than MySQL database with the same rows. But I am pretty sure it will work out just fine.

link|improve this answer
feedback

CouchDB 0.11 (released at the end of March) is a feature-freeze release for 1.0. This means we'll be maintaining compatibility with the current API for 1.0, so now is a good time to take another look at CouchDB if you haven't in a while.

The CouchDB 0.11 source code release is available here. There are binary installers and other goodies linked here.

link|improve this answer
feedback

We use couchdb in production and have since just before the project went under the Apache umbrella.

We use it to store everything that we might otherwise use a dbms, plus all sorts of unstructured data. Personally, I really like how you can just throw all sorts of data into it and use the views to cull what you don't need depending on the situation.

The hardest part was moving away from the dbms mindset. We wrote our own migration utils when the storage format changed just to be safe, so that wasn't really a problem.

We haven't had any negative experiences yet, but then again we haven't had the setup under any kind of huge load. I think things would work pretty well since we have two slave type servers that replicate from a single master server that gets all of the writes. I'm pretty sure that we don't have to do it that way for replication to work correctly, but it's how we set it up in the beginning and it stuck.

link|improve this answer
feedback

I don't know anything about MongoDB, but from the CouchDB FAQ:

Is CouchDB Ready for Production?

Yes, see InTheWild for a partial list of projects using CouchDB. Another good overview is CouchDB Case Studies

Also, some links:

link|improve this answer
This is old news: Now the link says "Yes, see InTheWild for a partial list of projects using CouchDB. Another good overview is CouchDB Case Studies" – J Chris A Nov 29 '10 at 21:15
10  
@J Chris A: Of course it's old, I posted this a year and a half ago. :) – Sasha Chedygov Nov 30 '10 at 0:14
feedback

We use CouchDB to store mobile inbound and outbound messages and to report on this traffic via some custom views that I wrote. The front-end is written in Python. We did not have any real technical issues, and it has been running since the end of December. The only hurdle I encountered was initially thinking in terms of MapReduce, but once I learned how to do that, everything else went smoothly.

link|improve this answer
feedback

We are currently using MongoDB in production as the caching layer as well as storage engine for product importing and manipulating product data. We are an eCommerce company managing over two million products (100+ million attributes), spanning 10+ distributors and without MongoDB, this task would be nearing impossible.

link|improve this answer
2  
How reliable has mongoDB proven to be for you? + How well have replication worked in real life? – Industrial Dec 1 '10 at 21:54
4  
We implement the replica set topology running 1.6.(not sure what the minor version is off hand). So far the only issue we encountered is apparently when a disk runs out of space, even with save writes enabled, no flags are raised. So just make sure you have PLENTY of space! – Joshua Burns Dec 2 '10 at 0:20
1  
Reliability however has been phenomenal, surprisingly as good as we had hoped. No problems with crashing as of yet- Although this is somewhat of a new implementation. – Joshua Burns Dec 2 '10 at 0:22
feedback

We are running couchdb as a replacemant of mysql for our shops (70.0000 Items/shop, a total of 4 Million attributes of all Items, cross connections between items) .

Our goals were:

  1. easy replication from a master-db to several clients with different docs.

  2. fast pre-calculated Data like "how many parts do i have with this attribute and that filter, fitting to those conditions"

facts:

  1. our shops are now running much faster than with mysql (and mysql-database needed additionaly 1-3 days of pre-calculating(so updating was twice a month), making the data ready for product counting and filtering, couchDB needs 5 hours, so we could update product data every night)
  2. Setting up (filtered) data distribution & Backups to the shop nodes is fast and easy

but also:

  1. Understanding map/reduce and the limits of not having joins is quite hard
  2. no operation on Data like "delete where" or "update where" without external programs
  3. Replication works well, unless there is a problem, then its really hard to find out, what was the reason (for beginners)
  4. The installation of couchdb without binaries (yes there are a some in the wild, but not for every OS / Version) could be hard, if you are not a linux geek. But the CouchDB Community is helpfull (#couchdb), and luckily there are companies out there (cloudant, iriscouch) that offer services from free to big business.
  5. Couchdb is moving forward, so there are a lot of changes (improvements) going on that might change they way you work. But basic things remain stable.

As a result: MySQL as a Database for Data-Creation and Maintaining is reliable and easy to understand and handle. I thing we will not change this. But i also don't want to miss the power of CouchDB views and the ease of replication setup.

Production couches sometimes made trouble after months of work due to missconfiguration and forgotten logrotates (View building takes too long or hangs, replication stopped), but never lost Data, and always could be simple resetted.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.