Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.27 KB

File metadata and controls

28 lines (23 loc) · 1.27 KB
title sys.pdw_table_distribution_properties (Transact-SQL)
description sys.pdw_table_distribution_properties (Transact-SQL)
author WilliamDAssafMSFT
ms.author wiassaf
ms.date 12/03/2019
ms.service sql
ms.subservice data-warehouse
ms.topic reference
dev_langs
TSQL
monikerRange >=aps-pdw-2016||=azure-sqldw-latest

sys.pdw_table_distribution_properties (Transact-SQL)

[!INCLUDEapplies-to-version/asa-pdw]

Holds distribution information for tables.

Column Name Data Type Description Range
object_id int ID of the table for which the properties were specified.
distribution_policy tinyint 0 = UNDEFINED

1 = NONE

2 = HASH

3 = REPLICATE

4 = ROUND_ROBIN
distribution_policy_desc nvarchar(60) UNDEFINED, NONE, HASH, REPLICATE, ROUND_ROBIN [!INCLUDEssazuresynapse-md] returns either HASH, ROUND_ROBIN or REPLICATE.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Catalog Views