We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d75ab commit 349fe78Copy full SHA for 349fe78
source/reference/operator/aggregation/lookup.txt
@@ -341,11 +341,11 @@ different ``$lookup`` operations.
341
342
* - :ref:`Uncorrelated Subqueries <lookup-uncorrelated-subquery>`
343
344
- - .. _uncorrelated-subqueries-performance:
345
-
+ - .. _uncorrelated-subqueries-performance:
+
346
- ``$lookup`` operations that contain uncorrelated subqueries
347
- typically perform better when the inner pipeline can reference
348
- an index on the ``foreignField``.
+ perform better when the inner pipeline can reference an
+ index of the foreign collection.
349
350
- MongoDB only needs to run the ``$lookup`` subquery once before
351
caching the query because there is no relationship between the
0 commit comments