Skip to content

Commit 5a086fc

Browse files
authored
correct column name typo 'on_disk_size'
previously 'on_disc_size'
1 parent 50303f8 commit 5a086fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-catalog-views/sys-pdw-nodes-column-store-dictionaries-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest"
2828
|**type**|**int**|Dictionary type:<br /><br /> 1 - Hash dictionary containing **int** values<br /><br /> 2 - Not used<br /><br /> 3 - Hash dictionary containing string values<br /><br /> 4 - Hash dictionary containing **float** values|
2929
|**last_id**|**int**|The last data id in the dictionary.|
3030
|**entry_count**|**bigint**|Number of entries in the dictionary.|
31-
|**on_disc_size**|**bigint**|Size of dictionary in bytes.|
31+
|**on_disk_size**|**bigint**|Size of dictionary in bytes.|
3232
|**pdw_node_id**|**int**|Unique identifier of a [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] node.|
3333

3434
## Permissions

0 commit comments

Comments
 (0)