hint support for $graphLookup
Currently you can supply a hint
to the aggregation
call in order to tell MongoDB to use a specific index for the initial $match
. But there is currently no way to specify which index to use for a $graphLookup
later in the pipeline.
I would like an optional hint
property on the $graphLookup
stage.
2
votes
Linus
shared this idea