Skip to content

Commit cc47cc7

Browse files
authored
Update data-flow-lookup.md
1 parent 8faa85d commit cc47cc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/data-factory/data-flow-lookup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ The Lookup Transformation is implemented as a left outer join. When you have mul
4141
* Match on: Select first, last, or any match
4242
* Sort conditions: If you select first or last, ADF requires your data to be ordered so that there is logic behind first and last
4343

44+
> [!NOTE]
45+
> Only use the first or last option on your single row selector if you need to control which value to bring back from your lookup. Using "any" or multi-row lookups will perform faster.
46+
4447
### Option 2
4548

4649
You can also do this using an Aggregate transformation after your Lookup. In this case, an Aggregate transformation called ```PickFirst``` is used to pick the first value from the lookup matches.

0 commit comments

Comments
 (0)