-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
With an index on 'a,' this query doesn't use express
db.c.explain().update({a:1}, {$set:{c:1}})
because 'canonicalUpdate->hasParsedQuery()' is true in 'getExecutorUpdate'.
The goal of this task is to build an express update plan for the above query (and queries like it).