How can I have smaller db file sizes with MongoDB?

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-30T07:35:51Z Indexed on 2010/05/30 7:42 UTC
Read the original article Hit count: 162

Filed under:

I am using MongoDB for storage but the initial db size is around 50MB (even with --smallfiles given to the server at startup).

How can I start off with a much smaller db size (1MB max)?

© Stack Overflow or respective owner

Related posts about mongodb