| title | sys.pdw_table_distribution_properties (Transact-SQL) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 03/04/2017 | |
| ms.prod | sql-non-specified | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | language-reference | |
| dev_langs |
|
|
| ms.assetid | 639a7475-7c92-41e0-a8ab-ad630eb5aea3 | |
| caps.latest.revision | 9 | |
| author | barbkess | |
| ms.author | barbkess | |
| manager | jhubbard |
[!INCLUDEtsql-appliesto-xxxxxx-xxxx-asdw-pdw_md]
Holds distribution information for tables.
| Column Name | Data Type | Description | Range |
|---|---|---|---|
| object_id | int | ID of the table for which thee properties were specified. | |
| distribution_policy | tinyint | 0 = UNDEFINED 1 = NONE 2 = HASH 3 = REPLICATE 4 = ROUND_ROBIN |
REPLICATE only applies to [!INCLUDEssPDW]. |
| distribution_policy_desc | nvarchar(60) | UNDEFINED, NONE, HASH, REPLICATE, SEGMENTED_HEAP | [!INCLUDEssSDW] returns either HASH or REPLICATE. |
SQL Data Warehouse and Parallel Data Warehouse Catalog Views