Skip to content

Commit 006a103

Browse files
Merge pull request #212293 from SnehaGunda/SynapseIssues
Fixing dedicated SQL pool partitioning doc
2 parents be2c9f3 + b991e72 commit 006a103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/best-practices-dedicated-sql-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: craigg
66
ms.service: synapse-analytics
77
ms.topic: conceptual
88
ms.subservice: sql
9-
ms.date: 11/02/2021
9+
ms.date: 09/22/2022
1010
ms.author: martinle
1111
ms.reviewer: wiassaf
1212
---
@@ -145,7 +145,7 @@ Segment quality can be measured by the number of rows in a compressed Row Group.
145145

146146
Because high-quality columnstore segments are important, it's a good idea to use users IDs that are in the medium or large resource class for loading data. Using lower [data warehouse units](resource-consumption-models.md) means you want to assign a larger resource class to your loading user.
147147

148-
Columnstore tables generally won't push data into a compressed columnstore segment until there are more than 1 million rows per table. Each dedicated SQL pool table is partitioned into 60 tables. As such, columnstore tables won't benefit a query unless the table has more than 60 million rows.
148+
Columnstore tables generally won't push data into a compressed columnstore segment until there are more than 1 million rows per table. Each dedicated SQL pool table is distributed into 60 different distributions. As such, columnstore tables won't benefit a query unless the table has more than 60 million rows.
149149

150150
> [!TIP]
151151
> For tables with less than 60 million rows, having a columnstore index may not be the optimal solution.

0 commit comments

Comments
 (0)