Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
Query Optimization
Description
If we have a query of the form
{a: [1, 2, 3]}when we have a non-multikey index, we should never return any documents. We should investigate if we can trust an INDEX_SCAN to evaluate this case without a fetch/filter.