Skip to content

Commit f4b78d1

Browse files
Made heading sentence case
1 parent 90785c4 commit f4b78d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/low-shuffle-merge-for-apache-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: eunjinsong
1010
ms.reviewer: dacoelho
1111
---
1212

13-
# Low Shuffle Merge Optimization on Delta tables
13+
# Low Shuffle Merge optimization on Delta tables
1414

1515
Delta Lake [MERGE command](https://docs.delta.io/latest/delta-update.html#upsert-into-a-table-using-merge) allows users to update a delta table with advanced conditions. It can update data from a source table, view or DataFrame into a target table by using MERGE command. However, the current algorithm of MERGE command is not optimized for handling *unmodified* rows. With Low Shuffle Merge optimization, unmodified rows are excluded from expensive shuffling execution and written separately.
1616

0 commit comments

Comments
 (0)