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

Add limit parameter to $or operator to provide control of the number of queries that will be executed in parallel

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None

      Decide whether or not this is necessary and if it is then implement.

      The current $or operator behaviour executes all clauses of an $or in parallel. The default behaviour should remain unchanged, however is it possible to add a control to limit the number of parallel queries (individual $or clauses executed) launched. With a poorly designed query this can cause performance issues at the mongod level and at a sharded level can trigger timeouts from the mongos processes.

            Assignee:
            ramon.fernandez@mongodb.com Ramon Fernandez Marina
            Reporter:
            eoin.brazil@mongodb.com Eoin Brazil
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: