Tag Archives: MongoDB

MongoDB “Too Many Open Files”? Raise the limit

This blog post is intended to supplement the “Too Many Open Files” page in the mongoDB docs. Raising the file limit for MongoDB If you installed from the Ubuntu/Debian package, then there is a simple way to increase the open file limit. … Continue reading

Posted in Databases | Tagged | 3 Comments

MongoDB Sharding

Messed around today with MongoDB sharding on version 1.2.2. It was pretty easy to setup. All I had to do was: Download MongoDB Do this setup Here’s the question that prompted me to try it: does MongoDB only fetch the … Continue reading

Posted in Databases | Tagged | Leave a comment