Skip to content

Commit c51d9a8

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/reference/operator/aggregation/lookup.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ 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 `Atlas Data Lake
288+
<https://docs.mongodb.com/datalake/>`__ `$lookup <https://docs.mongodb.com/datalake/reference/pipeline/lookup-stage/>`__
289+
pipeline stage to lookup a sharded collection.
290+
287291
Examples
288292
--------
289293

0 commit comments

Comments
 (0)