-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.2.19, 3.4.13, 3.6.3
-
Component/s: Sharding
-
Minor Change
-
v4.0, v3.6, v3.4
-
Sharding 2018-04-09, Sharding 2018-05-07, Sharding 2018-05-21, Sharding 2018-06-04, Sharding 2018-06-18
-
(copied to CRM)
-
0
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.
- is related to
-
SERVER-37616 Implement tuneable batch size for the rangedeleter
- Closed