Skip to content

Commit 631a310

Browse files
20230320 link fix
1 parent f5c344a commit 631a310

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: Distributed tables design guidance
33
description: Recommendations for designing hash-distributed and round-robin distributed tables using dedicated SQL pool.
4-
manager: craigg
54
ms.service: synapse-analytics
65
ms.topic: conceptual
76
ms.subservice: sql-dw
8-
ms.date: 09/27/2022
7+
ms.date: 03/20/2023
98
author: WilliamDAssafMSFT
109
ms.author: wiassaf
11-
ms.reviewer:
12-
ms.custom: seo-lt-2019, azure-synapse
10+
ms.reviewer: mariyaali
11+
ms.custom: azure-synapse
1312
---
1413

1514
# Guidance for designing distributed tables using dedicated SQL pool in Azure Synapse Analytics
@@ -105,9 +104,9 @@ WITH
105104
```
106105

107106
> [!NOTE]
108-
> Multi-column distribution in Azure Synapse Analytics can be enabled by changing the database's compatibility level to 50 with this command.
107+
> Multi-column distribution in Azure Synapse Analytics can be enabled by changing the database's compatibility level to `50` with this command.
109108
> `ALTER DATABASE SCOPED CONFIGURATION SET DW_COMPATIBILITY_LEVEL = 50;`
110-
> For more information on setting the database compatibility level, see [ALTER DATABASE SCOPED CONFIGURATION](./alter-database-scoped-configuration-transact-sql.md). Also see multi-column distribution with [CREATE MATERIALIZED VIEW](/sql/t-sql/statements/create-materialized-view-as-select-transact-sql), [CREATE TABLE](/sql/t-sql/statements/create-table-azure-sql-data-warehouse), or [CREATE TABLE AS SELECT](/sql/t-sql/statements/create-materialized-view-as-select-transact-sql).
109+
> For more information on setting the database compatibility level, see [ALTER DATABASE SCOPED CONFIGURATION](/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql). For more information on multi-column distributions, see [CREATE MATERIALIZED VIEW](/sql/t-sql/statements/create-materialized-view-as-select-transact-sql), [CREATE TABLE](/sql/t-sql/statements/create-table-azure-sql-data-warehouse), or [CREATE TABLE AS SELECT](/sql/t-sql/statements/create-materialized-view-as-select-transact-sql).
111110
112111
Data stored in the distribution column(s) can be updated. Updates to data in distribution column(s) could result in data shuffle operation.
113112

0 commit comments

Comments
 (0)