Hacker News new | past | comments | ask | show | jobs | submit login
Notes from a production MongoDB deployment (2010) (serverdensity.com)
24 points by jaynate on Jan 27, 2013 | hide | past | favorite | 6 comments



This is from 2010 -- not the most up to date info.


To be more specific, he refers to master/slave replica pairs, which have now (since 1.6) been superseded by arbitrarily sized replica sets. Also, MongoDB now (since 1.8) has single server durability due to a write-ahead journaling protocol. The namespace limit is also a bygone limitation as you can now specify the size of your namespace file. There are probably a lot more things in the post that are no longer relevant, but I haven't used Mongo in awhile.

Additionally, most of what is actually relevant (file handle limits, oplog sizing) is now fully documented in the MongoDB manual.


Yes... it took me a while to realize that this was a very outdated article. (It hit me when I read about background indexing which was supposed to be coming in "1.3".. we're now on 2.2.2.

A mod really ought to append a (2010) to this post title.


I noticed it when I read "Fri 26th Feb" ;)


Good call, just added year.


Nice to see also some positive (or rather balanced) posts about Mongo.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: