Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9723

Use another query to trigger index intersection

      In https://docs.mongodb.com/manual/core/index-intersection/, the query:

      db.orders.find( { qty: { $gt: 10 } , status: "A" } ).sort( { ord_date: -1 } )
      

      does not generate a plan with an index intersection to try.

            Assignee:
            kanchana.sekhar@mongodb.com Kanchana Sekhar
            Reporter:
            daniel.coupal@mongodb.com Daniel Coupal
            Votes:
            1 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved:
              40 weeks, 1 day ago