Skip to content

Commit 86942c3

Browse files
DOCSP-15576 adding reference to adl for lookup on sharded collection
1 parent 214fdb2 commit 86942c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/reference/operator/aggregation/lookup.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ Alternatively, or to join multiple sharded collections, consider:
284284
- If possible, using an :ref:`embedded data model
285285
<data-modeling-embedding>` that removes the need to join collections.
286286

287+
- If possible, using an `Atlas Data Lake
288+
<https://docs.mongodb.com/datalake/>`__
289+
`$lookup
290+
<https://docs.mongodb.com/datalake/reference/pipeline/lookup-stage/>`__
291+
pipeline stage to lookup a sharded collection.
292+
287293
Examples
288294
--------
289295

0 commit comments

Comments
 (0)