Skip to content

Commit 9378955

Browse files
20230705 row count accuracy note
1 parent c963c3c commit 9378955

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ manager: craigg
55
ms.service: synapse-analytics
66
ms.topic: conceptual
77
ms.subservice: sql-dw
8-
ms.date: 07/20/2022
8+
ms.date: 07/05/2023
99
author: WilliamDAssafMSFT
1010
ms.author: wiassaf
11-
ms.reviewer:
12-
ms.custom: seo-lt-2019, azure-synapse
11+
ms.custom: azure-synapse
1312
---
1413

1514
# Design tables using dedicated SQL pool in Azure Synapse Analytics
@@ -171,6 +170,9 @@ Dedicated SQL pool supports many, but not all, of the table features offered by
171170

172171
## Table size queries
173172

173+
> [!NOTE]
174+
> For accurate counts from queries in this section, ensure that [index maintenance](sql-data-warehouse-tables-index.md) occurs on a regular basis and after large data changes.
175+
174176
One simple way to identify space and rows consumed by a table in each of the 60 distributions, is to use [DBCC PDW_SHOWSPACEUSED](/sql/t-sql/database-console-commands/dbcc-pdw-showspaceused-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true).
175177

176178
```sql

0 commit comments

Comments
 (0)