-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently "simple" projections (inclusion projection of only top level fields) are performed using a ProjectStage and a MakeObjStage. We could instead push the work of extracting the fields into the ScanStage, which has a mechanism for this already.