Skip to content

Commit 5f63d0f

Browse files
authored
revise future improvement
1 parent 73c82a9 commit 5f63d0f

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
@@ -87,4 +87,4 @@ SET `spark.microsoft.delta.merge.lowShuffle.enabled` = false
8787

8888
## Future improvement
8989

90-
With Low Shuffle Merge feature, rewriting unmodified rows still takes a long time and resources. There is ongoing work in OSS Delta Lake for deletion vector. Once it is delivered, we would be able to skip rewriting unmodified rows.
90+
There is ongoing work in OSS Delta Lake to support deletion vectors. Once it is delivered, rewriting unmodified rows is un-necessary and can be eliminated. This is expected to improve execution time and reduce resource utilization.

0 commit comments

Comments
 (0)