-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2021-07-12
Sorter::_numSpills is used to keep track of the number of times a given Sorter has spilled to disk. However, the size of Sorter::_iters should already represent this same quantity, in which case there's no need to keep around this duplicate information.
- related to
-
SERVER-51026 Collect number of keys sorted per operation
- Closed