Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-79321

Change type of _materializedPartition to better reflect the contents

    • 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

            Assignee:
            santiago.roche@mongodb.com Santiago Roche
            Reporter:
            naafiyan.ahmed@mongodb.com Naafiyan Ahmed
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: