-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This ticket is to write a PBT that runs queries targeted to hit the new $expr-splitting optimization from SERVER-106505. This PBT would compare the results of those queries when running against a server with optimizations enabled (uses the new code path) and a server with optimizations disabled.
The queries could have a computing/renaming operation following by a $match with $expr+$and. For example:
[{$project|$group|$addFields: {...}}, {$match: {$expr: {$and: [...]}}}]
- is related to
-
SERVER-106505 $sequentialCache optimization can interfere with $match pushdown in a $lookup sub-pipeline
-
- Closed
-