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

incorrect index bounds union

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5.5
    • Affects Version/s: 2.5.3
    • Component/s: Querying
    • Labels:
    • ALL

      When we have a $or query with two clauses on the same field:

      0 < a < 5
      
      or
      
      5 <  a < 10
      

      the query optimizer is generating the following index bounds:

      0 < a < 10
      

      which is incorrect (5 should not be in bounds).

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: