Skip to content

Commit b249699

Browse files
authored
Merge pull request #110638 from CHEEKATLAPRADEEP-MSFT/patch-91
(AzureCXP) MicrosoftDocs/azure-docs#51899
2 parents c67fbfb + 3cd11d9 commit b249699

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/massively-parallel-processing-mpp-architecture.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ Each of the 60 smaller queries runs on one of the data distributions. Each Compu
7777

7878
A hash distributed table can deliver the highest query performance for joins and aggregations on large tables.
7979

80-
A hash distributed table can deliver the highest query performance for joins and aggregations on large tables.
81-
8280
To shard data into a hash-distributed table, a hash function is used to deterministically assign each row to one distribution. In the table definition, one of the columns is designated as the distribution column. The hash function uses the values in the distribution column to assign each row to a distribution.
8381

8482
The following diagram illustrates how a full (non-distributed table) gets stored as a hash-distributed table.

0 commit comments

Comments
 (0)