Currently, we only set the field to true for the initial section of the pipeline, not after any pipelines that cannot be pushed down. For the following pipeline:
[{$graphLookup: ...}, {$lookup: }]
Since $groupLookup is not pushed down, the second $lookup will not be counted.
- is depended on by
-
COMPASS-6152 Investigate changes in SERVER-69748: "pipelineUsesLookup" field is tracked incorrectly in CurOp
- Closed