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

Query stageBuilder unnecessarily slow

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.5.9
    • Affects Version/s: 3.5.8
    • Component/s: None
    • Labels:
      None
    • Fully Compatible

      In db/query/stage_builder.cpp, buildStages() is a series of if/else-if calls to the same virtual function, comparing against enumeration values, and repeated until a match. Of course this can be done better and more safely using a switch statement.

            Assignee:
            nathan.myers Nathan Myers
            Reporter:
            nathan.myers Nathan Myers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: