-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2026-04-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
To improve memory efficiency, the UpdateStage component should replace its use of stdx::unordered_set for tracking duplicate records with RecordIdDeduplicator. This change is recommended because RecordIdDeduplicator internally utilizes a Roaring bitmap, which is a more memory-efficient approach.
- has to be done before
-
SERVER-122279 Add knob in Classic NearStage, UpdateStage and CountScan to fail query if record id deduplicator exceeds memory threshold
-
- Closed
-
- split from
-
SERVER-109014 [CLASSIC] UpdateStage and UpsertStage should spill if allowDiskUse is specified and memory usage has exceeded some limit
-
- Backlog
-