-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-03-18
The BSONColumnBuilder contains a vector of BSONElement used as a helper when flattening an object. But now that we're storing the builders in open buckets it may be more important to shrink the size of the builder by making this local to the function it's used rather than a member variable.
- related to
-
SERVER-84101 Track memory usage for BSONColumnBuilder in the BucketCatalog
- Closed