Skip to content

Commit e409d9a

Browse files
authored
Merge pull request #107318 from kromerm/dataflow-1
Update concepts-data-flow-performance.md
2 parents a647a4f + 4361831 commit e409d9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/data-factory/concepts-data-flow-performance.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.author: makromer
77
ms.service: data-factory
88
ms.custom: seo-lt-2019
9-
ms.date: 02/24/2020
9+
ms.date: 03/11/2020
1010
---
1111

1212
# Mapping data flows performance and tuning guide
@@ -15,6 +15,9 @@ Mapping Data Flows in Azure Data Factory provide a code-free interface to design
1515

1616
When designing and testing Data Flows from the ADF UX, make sure to switch on debug mode to execute your data flows in real time without waiting for a cluster to warm up. For more information, see [Debug Mode](concepts-data-flow-debug-mode.md).
1717

18+
This video shows some sample timings transforming data with data flows:
19+
> [!VIDEO https://www.youtube.com/watch?v=6CSbWm4lRhw]
20+
1821
## Monitoring data flow performance
1922

2023
While designing mapping data flows, you can unit test each transformation by clicking on the data preview tab in the configuration panel. Once you verify your logic, test your data flow end-to-end as an activity in a pipeline. Add an Execute Data Flow activity and use the Debug button to test the performance of your data flow. To open the execution plan and performance profile of your data flow, click on the eyeglasses icon under 'actions' in the output tab of your pipeline.

0 commit comments

Comments
 (0)