Skip to content

Commit c6a7dc5

Browse files
authored
Merge pull request #189738 from raunakjhawar/patch-1
Text updated for data distribution
2 parents 7e7440e + 9808aaa commit c6a7dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/performance-tuning-materialized-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In comparison to other tuning options such as scaling and statistics management,
7373

7474
**Need different data distribution strategy for faster query performance**
7575

76-
Dedicated SQL pool is a distributed query processing system. Data in a SQL table is distributed across 60 nodes using one of three [distribution strategies](sql-data-warehouse-tables-distribute.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) (hash, round_robin, or replicated).
76+
Dedicated SQL pool is a distributed query processing system. Data in a SQL table is distributed upto 60 nodes using one of three [distribution strategies](sql-data-warehouse-tables-distribute.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) (hash, round_robin, or replicated).
7777

7878
The data distribution is specified at the table creation time and stays unchanged until the table is dropped. Materialized view, being a virtual table on disk, supports hash and round_robin data distributions. Users can choose a data distribution that is different from the base tables but optimal for the performance of queries that use the views.
7979

0 commit comments

Comments
 (0)