Skip to content

Commit 1dafd8f

Browse files
committed
add notes
1 parent 6ce98dd commit 1dafd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-distribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ WITH
8787
;
8888
```
8989

90-
Data stored in the distribution column can be updated. Updates to data in the distribution column could result in data shuffle operation.
90+
Data stored in the distribution column can be updated. Updates to data in the distribution column could result in data shuffle operation.
9191

9292
Choosing a distribution column is an important design decision since the values in this column determine how the rows are distributed. The best choice depends on several factors, and usually involves tradeoffs. Once a distribution column is chosen, you cannot change it. If you didn't choose the best column the first time, you can use [CREATE TABLE AS SELECT (CTAS)](/sql/t-sql/statements/create-table-as-select-azure-sql-data-warehouse?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) to re-create the table with a different distribution column.
9393

0 commit comments

Comments
 (0)