-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
In some cases the query optimizer may determine that a query cannot match any documents. In these cases it will generate a trivial BasicCursor that will scan zero documents. Explain will report using this BasicCursor, which can be a usability issue as seen in SERVER-4317.
- is duplicated by
-
SERVER-8688 Explain output should include index spec
- Closed
- is related to
-
SERVER-4317 index not used when argument to $in is empty array
- Closed