-
Type: Bug
-
Resolution: Duplicate
-
Priority: Critical - P2
-
None
-
Affects Version/s: 2.4.6
-
Component/s: Storage
-
None
-
ALL
-
MongoDB will erroneously allocate new space at essentially a constant rate for the following:
- An insert/delete only workload
- usePowerOf2Sizes used
- essentially constant, at least bounded data size
- Documents greater than 2MB.
A common use case where this applies is where a collection represents, for example, the last 48 hours of some data. Over the 48 hours data is constantly inserted, at some point old data is deleted in bulk.
This results in a constant data size resulting in a linearly increasing database on disk.
- duplicates
-
SERVER-14088 Excessive DB fileSize growth for large documents and powerOf2
- Closed