-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-12-09, QE 2024-12-23
When the dedup flag is set, OrStage tracks the ids of the records that have been already seen. Currently there is no limit on the amount of memory that can be used to store the seen recordIds.
We will reduce the memory used to store duplicate records by using the RecordIdDeduplicator.
- has to be done before
-
SERVER-97745 OrStage should spill if allowDiskUse is specified and memory usage has exceeded some limit
- In Progress