Skip to content

Commit 349fe78

Browse files
authored
DOCSP-36128 updating lookup performance (#6139) (#6254)
* DOCSP-36128 updating lookup performance * DOCSP-36128 updating lookup performance
1 parent 56d75ab commit 349fe78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/reference/operator/aggregation/lookup.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,11 @@ different ``$lookup`` operations.
341341

342342
* - :ref:`Uncorrelated Subqueries <lookup-uncorrelated-subquery>`
343343

344-
- .. _uncorrelated-subqueries-performance:
345-
344+
- .. _uncorrelated-subqueries-performance:
345+
346346
- ``$lookup`` operations that contain uncorrelated subqueries
347-
typically perform better when the inner pipeline can reference
348-
an index on the ``foreignField``.
347+
perform better when the inner pipeline can reference an
348+
index of the foreign collection.
349349

350350
- MongoDB only needs to run the ``$lookup`` subquery once before
351351
caching the query because there is no relationship between the

0 commit comments

Comments
 (0)