Skip to content

Commit 9874fef

Browse files
authored
Update concepts-data-flow-performance.md
1 parent 6bde166 commit 9874fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To avoid row-by-row inserts into your DW, check **Enable staging** in your Sink
9393

9494
## Optimizing for files
9595

96-
At each transformation, you can set the partitioning scheme you wish data factory to use in the Optimize tab. It is a good practice to first test file-based sinks keeping the default paritioning and optimizations.
96+
At each transformation, you can set the partitioning scheme you wish data factory to use in the Optimize tab. It is a good practice to first test file-based sinks keeping the default partitioning and optimizations.
9797

9898
* For smaller files, you may find selecting *Single Partition* can sometimes work better and faster than asking Spark to partition your small files.
9999
* If you don't have enough information about your source data, choose *Round Robin* partitioning and set the number of partitions.

0 commit comments

Comments
 (0)