-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
There are some use-cases where truncating the contents of a collection makes sense. This today is being done by performing a coll.deleteMany without a filter, resulting in multiple oplog delete entries being created/replicated and taking a long time to process.
Performing a truncate on a collection would delete the contents of a collection plus all indexes in this situation.
- depends on
-
WT-10307 Enable point in time truncate functionality for MongoDB
- Closed