-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
v8.0
Two factors here
- We changed frontier from a node set to flat set, so the slot size increased.
- Before the change in 1, the memory tracking did not include memory allocated for the node set slot array.
Fix by tracking the slot array memory as well as the internal memory allocated in Value.
- related to
-
SERVER-90074 Make ValueUnorderedSet an absl::flat_hash_set
- Closed