Skip to content

Commit a8e1a10

Browse files
authored
Merge pull request #48881 from scott-epperly/patch-3
dbo.vTableSizes view not accurate for small SLO
2 parents 3286402 + 5d71f82 commit a8e1a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ LEFT OUTER JOIN (select * from sys.pdw_column_distribution_properties where dist
208208
LEFT OUTER JOIN sys.columns c
209209
ON cdp.[object_id] = c.[object_id]
210210
AND cdp.[column_id] = c.[column_id]
211+
WHERE pn.[type] = 'COMPUTE'
211212
)
212213
, size
213214
AS

0 commit comments

Comments
 (0)