Skip to content

Commit 5873f3d

Browse files
authored
Update concepts-data-flow-performance-transformations.md
1 parent a08c263 commit 5873f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ If your data is not evenly partitioned after a transformation, you can use the [
5252
> [!TIP]
5353
> If you repartition your data, but have downstream transformations that reshuffle your data, use hash partitioning on a column used as a join key.
5454
55+
> [!NOTE]
56+
> Transformations inside your data flow (with the exception of the Sink transformation) do not modify the file and folder partitioning of data at rest. Partitioning in each transformation repartitions data inside the data frames of the temporary serverless Spark cluster that ADF manages for each of your data flow executions.
57+
58+
5559
## Next steps
5660

5761
- [Data flow performance overview](concepts-data-flow-performance.md)

0 commit comments

Comments
 (0)