-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
Change the type of _materialized partition to more accurately reflect the contents instead of being a deque of generic Documents. One suggestion is to change the type to `std::vector<std::pair<size_t, QueryStatsEntry>>` or having a struct to more accurately represent the contents.
Investigate whether there are any significant memory advantages to storing a vector of QueryStatsEntry as opposed to fully filled out Documents
- is related to
-
SERVER-85065 Tracking: M3 Tech Debt Tickets
- Closed