I'm having problems with MongoDB excessive use of space. I had a Collection using 8 GB of space. I was trying to compact this space using mongo command "db.repairDatabase()" but it got worst. The Collection now uses 11 GB of space! I found the "compact" command could be useful in that way, but it increased use of space to 17 GB!
Could anyone help me with this problem?