Skip to content

Commit 2901849

Browse files
authored
Update concepts-data-flow-performance.md
1 parent 8667eff commit 2901849

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Azure Data Factory Mapping Data Flows provide a code-free browser interface to d
2424
2525
![Debug Button](media/data-flow/debugb1.png "Debug")
2626

27+
## Monitor data flow performance
28+
29+
While designing your mapping data flows in the browser, you can unit test each individual transformation by clicking on the data preview tab in the bottom settings pane for each transformation. The next step you should take is to test your data flow end-to-end in the pipeline designer. Add an Execute Data Flow activity and use the Debug button to test the performance of your data flow. In the bottom pane of the pipeline window, you will see an eyeglass icon under "actions":
30+
31+
![Data Flow Monitor](media/data-flow/mon002.png "Data Flow Monitor 2")
32+
33+
Clicking that icon will display the execution plan and subsequent performance profile of your data flow. You can use this information to estimate the performance of your data flow against different sized data sources. Note that you can assume 1 minute of cluster job execution set-up time in your overall performance calculations and if you are using the default Azure Integration Runtime, you may need to add 5 minutes of cluster spin-up time as well.
34+
35+
![Data Flow Monitoring](media/data-flow/mon003.png "Data Flow Monitor 3")
36+
2737
## Optimizing for Azure SQL Database and Azure SQL Data Warehouse
2838

2939
![Source Part](media/data-flow/sourcepart2.png "Source Part")
@@ -108,4 +118,4 @@ See the other Data Flow articles:
108118

109119
- [Data Flow overview](concepts-data-flow-overview.md)
110120
- [Data Flow activity](control-flow-execute-data-flow-activity.md)
111-
121+
- [Monitor Data Flow performance](concepts-data-flow-monitoring.md)

0 commit comments

Comments
 (0)