Details
Description
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.
Attachments
Issue Links
- is related to
-
DOCS-8702 Incorrect example of query to show Index Intersection Mechanism
-
- Closed
-