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

Re-optimize PlanExecutorImpl NEED_TIME hot loop

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0, 8.0.0-rc4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Query Optimization
    • Fully Compatible
    • v8.0
    • 120

      See BF-32654 for motivation. On this particular workload, we return NEED_TIME once per document (1 million documents) so that should be on the fast path as well. We need to ensure that all additional checks introduced in the original ticket are moved off the hot path (check if query killed, check against batch size).

            Assignee:
            alya.berciu@mongodb.com Alya Berciu
            Reporter:
            alya.berciu@mongodb.com Alya Berciu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: