-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query Execution
Currently the projection code loops through all the fields even if the projections have been satisfied. This leads to more reads (and possible page faults) than are needed to fullfil the projection.
It would be good to shortcut this esp. for _id when just wanting to return that.
- related to
-
SERVER-14050 Exit BSON parsing early on retrieving data.
- Backlog
-
SERVER-5022 full document always loaded for matches if there is a chunk manager
- Closed