MongoDB does provide a compact command to free deleted space on a single collection, but my collection are actually deleted and no longer exists.
Then how can I free the deleted space? repairDatabase()
is not a good idea since the whole database is really really large, larger than 5TBs
.