Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.01 KB

File metadata and controls

31 lines (26 loc) · 2.01 KB
title sys.pdw_index_mappings (Transact-SQL)
description sys.pdw_index_mappings (Transact-SQL)
author WilliamDAssafMSFT
ms.author wiassaf
ms.date 03/06/2017
ms.service sql
ms.subservice data-warehouse
ms.topic reference
dev_langs
TSQL
monikerRange >=aps-pdw-2016||=azure-sqldw-latest

sys.pdw_index_mappings (Transact-SQL)

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

Maps the logical indexes to the physical name used on Compute nodes as reflected by a unique combination of object_id of the table holding the index and the index_id of a particular index within that table.

Column Name Data Type Description Range
object_id int The object ID for the logical table on which this index exists. See sys.objects (Transact-SQL).

physical_name and object_id form the key for this view.
index_id nvarchar(32) The ID for the index. See sys.indexes (Transact-SQL).
physical_name nvarchar(36) The name of the index in the databases on the Compute nodes.

physical_name and object_id form the key for this view.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Catalog Views
sys.pdw_table_mappings (Transact-SQL)
sys.pdw_permanent_table_mappings (Transact-SQL)
sys.pdw_database_mappings (Transact-SQL)