Skip to content

Commit c19bb01

Browse files
authored
Update concepts-data-flow-performance.md
1 parent 121163e commit c19bb01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ Azure Data Factory Mapping Data Flows provide a code-free browser interface to d
6060
* Increase the number of cores, which will increase the number of nodes, and provide you with more processing power to query and write to your Azure SQL DB.
6161
* Try "Compute Optimized" and "Memory Optimized" options to apply more resources to your compute nodes.
6262

63+
### Unit test and performance test with debug
64+
65+
* When unit testing data flows, set the "Data Flow Debug" button to ON.
66+
* Inside of the Data Flow designer, use the Data Preview tab on transformations to view the results of your transformation logic.
67+
* Unit test your data flows from the pipeline designer by placing a Data Flow acivity on the pipeline design canvas and use the "Debug" button to test.
68+
* Testing in debug mode will work against a live warmed cluster environment without the need to wait for a just-in-time cluser spin-up.
69+
6370
### Disable indexes on write
6471
* Use an ADF pipeline stored procedure activity prior to your Data Flow activity that disables indexes on your target tables that are being written to from your Sink.
6572
* After your Data Flow activity, add another stored proc activity that enabled those indexes.

0 commit comments

Comments
 (0)