Skip to content

Commit b20cc76

Browse files
Merge pull request #234565 from MicrosoftDocs/JasonWHowell-patch-3
Fix broken link
2 parents c0e313b + b61ea12 commit b20cc76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/develop-materialized-view-performance-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ ORDER BY t_s_secyear.customer_id
274274
OPTION ( LABEL = 'Query04-af359846-253-3');
275275
```
276276

277-
Check the query's [estimated execution plan](/sql/relational-databases/performance/display-the-estimated-execution-plan.md). There are 18 shuffles and 17 joins operations, which take more time to execute.
277+
Check the query's [estimated execution plan](/sql/relational-databases/performance/display-the-estimated-execution-plan). There are 18 shuffles and 17 joins operations, which take more time to execute.
278278

279279
Now, let's create one materialized view for each of the three sub-SELECT statements.
280280

@@ -368,4 +368,4 @@ With materialized views, the same query runs much faster without any code change
368368
For more development tips, see [Synapse SQL development overview](develop-overview.md).
369369

370370
- [Monitor your Azure Synapse Analytics dedicated SQL pool workload using DMVs](../sql-data-warehouse/sql-data-warehouse-manage-monitor.md).
371-
- [View estimated execution plan](/sql/relational-databases/performance/display-the-estimated-execution-plan.md)
371+
- [View estimated execution plan](/sql/relational-databases/performance/display-the-estimated-execution-plan)

0 commit comments

Comments
 (0)