MongoDB Disk Utilization threshold on windows drive

MongoDB is install on window server But now how to fix issue if my database server consume more space on drive

The obvious solutions:

1 - get bigger disk
2 - have less data in your database (might need #4 below to fully benefit)

Less obvious solutions:

3 - https://www.mongodb.com/docs/manual/core/wiredtiger/#compression
4 - https://www.mongodb.com/docs/manual/reference/command/compact/

1 Like