-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
if you have something like
db.users.save(
)
db.users.ensureIndex(
)
and you do
db.users.find( {} ,
)
it should only look at the index and never go to object.
- duplicates
-
SERVER-2109 Query optimizer should pick plans that can use covered indexes
- Closed