Details
Description
The sharding range deleter was intentionally implemented to not be fully efficient in order to minimize its interference with MMAP V1. This causes orphaned data to accumulate especially with the recent moveChunk improvements.
With the WiredTiger storage engine, we can let it run at full speed and we should investigate the benefit of directly instantiating an auto-yielding delete stage instead of recreating the index scan phase for each document.
Attachments
Issue Links
- is documented by
-
DOCS-11809 Docs for SERVER-33237: Optimize the Range Deleter speed
-
- Closed
-
- is related to
-
SERVER-37616 Implement tuneable batch size for the rangedeleter
-
- Closed
-