Skip to content

Commit 57f84ab

Browse files
Merge pull request #212752 from WilliamDAssafMSFT/patch-3
Update design-guidance-for-replicated-tables.md
2 parents 28cd562 + caa3081 commit 57f84ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/design-guidance-for-replicated-tables.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: craigg
55
ms.service: synapse-analytics
66
ms.topic: conceptual
77
ms.subservice: sql-dw
8-
ms.date: 11/02/2021
8+
ms.date: 09/27/2022
99
author: WilliamDAssafMSFT
1010
ms.author: wiassaf
1111
ms.reviewer:
@@ -47,6 +47,9 @@ Replicated tables may not yield the best query performance when:
4747
- The SQL pool is scaled frequently. Scaling a SQL pool changes the number of Compute nodes, which incurs rebuilding the replicated table.
4848
- The table has a large number of columns, but data operations typically access only a small number of columns. In this scenario, instead of replicating the entire table, it might be more effective to distribute the table, and then create an index on the frequently accessed columns. When a query requires data movement, SQL pool only moves data for the requested columns.
4949

50+
> [!TIP]
51+
> For more guidance on indexing and replicated tables, see the [Cheat sheet for dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics](cheat-sheet.md#index-your-table).
52+
5053
## Use replicated tables with simple query predicates
5154

5255
Before you choose to distribute or replicate a table, think about the types of queries you plan to run against the table. Whenever possible,

0 commit comments

Comments
 (0)