Details
-
Improvement
-
Resolution: Won't Do
-
Major - P3
-
None
-
3.0.5
-
None
-
Query Optimization
Description
Is there a valid case for passing an empty array to the $in query parameter?
This query runs, but, of course, returns no results:
db.enron.find({_id : {$in : []}},{_id:1})
|
Although syntactically valid it doesn't appear to be semantically valid.
Attachments
Issue Links
- related to
-
SERVER-41142 Compound index on an array field is not being used correctly
-
- Backlog
-