Skip to content

Commit 5e81cb1

Browse files
authored
Line 65: performane/performance
1 parent 63370e3 commit 5e81cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/monitoring/apache-spark-advisor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ This query contains time consuming join due to "Or" condition within query. We r
6262

6363
## Optimize delta table with small files compaction
6464

65-
This query is on a delta table with many small files. To improve the performane of queries, run the OPTIMIZE command on the delta table. More details could be found within this [article](https://aka.ms/small-file-advise-delta).
65+
This query is on a delta table with many small files. To improve the performance of queries, run the OPTIMIZE command on the delta table. More details could be found within this [article](https://aka.ms/small-file-advise-delta).
6666

6767
## Optimize Delta table with ZOrder
6868

6969
This query is on a Delta table and contains a highly selective filter. To improve the performance of queries, run the OPTIMIZE ZORDER BY command on the delta table. More details could be found within this [article](https://aka.ms/small-file-advise-delta).
7070
## Next steps
7171

72-
For more information on monitoring pipeline runs, see the [Monitor pipeline runs using Synapse Studio](how-to-monitor-pipeline-runs.md) article.
72+
For more information on monitoring pipeline runs, see the [Monitor pipeline runs using Synapse Studio](how-to-monitor-pipeline-runs.md) article.

0 commit comments

Comments
 (0)