-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Query Execution
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-08-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The classic $group (group_processor_base.cpp) stage and SBE unique/ window stages already use chunked memory tracking, but SBE hash_agg and block_hashagg (the SBE $group stages) still use the non-chunked memory tracking counterparts.
This change makes the SBE $group stages use the chunked variants too. This unifies behavior between classic and SBE w.r.t. memory tracking in $group.