-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Execution Team 2022-03-07
Introduce a BatchedDeleteStage that batches multi-document deletions into a single WUOW, unlike the DeleteStage which deletes documents one by one.
Batch deletions up to targetDocs and targetTimeMS.
Make the batched deletion plan externally available like the existing document-by-document deletion plan.
Make batched deletions available internally for user-initiated multi:true deletes.