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

Handle edge cases for deprioritizing unbounded user collection scans

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution

      As of SERVER-72440 we execute unbounded user collection scans with low storage admission priority. However there are some edge cases where we may end up deprioritizing a scan which isn't actually unbounded. For instance the following pipeline:

      [{$unwind: "$foo"}, {$limit: 10}]
      

      Such a query isn't particularly useful as it uses a limit without a sort, so we accepted this limitation for the time being. But it would be good to go through the remaining edge cases so that the behavior is consistent.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            gregory.noma@mongodb.com Gregory Noma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: