-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
In a recent discussion with colin.stolley@mongodb.com we saw that match expression parsing and canonicalization eat a fair amount of time for trivial "find a document with an index" queries. This task is to push those operations to after the PlanExecutorExpress check so that trivial queries can skip these steps.