Mongodb – How to compact disk space in AWS DocumentDB
After deleting many documents in my DocumentDB database, I reduced my collection to a size of 2.7GB but storageSize remains at 11GB. Is there any way to free up this space? In the WiredTiger implementation for MongoDB, there's a "compact"…