-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Fully Compatible
-
ALL
If a pipeline has a $graphLookup followed by a $match, we should push as much of the $match as possible before the $graphLookup, as we do with $lookup and $match. Note that unlike $lookup, $graphLookup cannot internalize part of the $match and execute it on the foreign collection, as this could unintentionally prevent us from exploring part of the graph.
- depends on
-
SERVER-23725 Implement $graphLookup.
- Closed
- duplicates
-
SERVER-19153 Conditionally push $match before $project
- Closed
- is related to
-
SERVER-19153 Conditionally push $match before $project
- Closed