-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Sharding EMEA
-
3
PM-2227 introduced a new API to efficiently remove documents using batching.
Currently the range deleter is not very efficient because it still deletes document one by one, executing every single deletion in its own WriteUnitOfWork.
The goal of this ticket is to make the range deleter more efficient by using the new batch deletion API.
- duplicates
-
SERVER-66279 Use the BatchedDeleteStage in the range deleter
- Closed