diff --git a/source/reference/operator/aggregation/lookup.txt b/source/reference/operator/aggregation/lookup.txt index 481672d1ddb..e7fac0b04ce 100644 --- a/source/reference/operator/aggregation/lookup.txt +++ b/source/reference/operator/aggregation/lookup.txt @@ -488,13 +488,9 @@ different ``$lookup`` operations. - .. _uncorrelated-subqueries-performance: - - An index on the foreign collection cannot support uncorrelated - subqueries. - - - To improve performance for uncorrelated subqueries, use generic - indexing strategies and query optimization techniques. For - example, add appropriate indexes to support aggregation stages - before ``$lookup``. + - ``$lookup`` operations that contain uncorrelated subqueries + perform better when the inner pipeline can reference an + index of the foreign collection. - MongoDB only needs to run the ``$lookup`` subquery once before caching the query because there is no relationship between the