|
1 | 1 | --- |
2 | 2 | title: "sys.dm_pdw_exec_requests (Transact-SQL) | Microsoft Docs" |
3 | 3 | ms.custom: "" |
4 | | -ms.date: "07/03/2019" |
| 4 | +ms.date: "10/29/2019" |
5 | 5 | ms.prod: sql |
6 | 6 | ms.technology: data-warehouse |
7 | 7 | ms.reviewer: "" |
@@ -33,10 +33,10 @@ monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || = sqlallproducts-allve |
33 | 33 | |error_id|**nvarchar(36)**|Unique ID of the error associated with the request, if any.|See [sys.dm_pdw_errors (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-errors-transact-sql.md); set to NULL if no error occurred.| |
34 | 34 | |database_id|**int**|Identifier of database used by explicit context (for example, USE DB_X).|See ID in [sys.databases (Transact-SQL)](../../relational-databases/system-catalog-views/sys-databases-transact-sql.md).| |
35 | 35 | |command|**nvarchar(4000)**|Holds the full text of the request as submitted by the user.|Any valid query or request text. Queries that are longer than 4000 bytes are truncated.| |
36 | | -|resource_class|**nvarchar(20)**|The resource class for this request. See related **concurrency_slots_used** in [sys.dm_pdw_resource_waits (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-resource-waits-transact-sql.md). For more information on resource classes, see [Resource classes & workload management](https://docs.microsoft.com/azure/sql-data-warehouse/resource-classes-for-workload-management) |Static Resource Classes</br>staticrc10</br>staticrc20</br>staticrc30</br>staticrc40</br>staticrc50</br>staticrc60</br>staticrc70</br>staticrc80</br> </br>Dynamic Resource Classes</br>SmallRC</br>MediumRC</br>LargeRC</br>XLargeRC| |
| 36 | +|resource_class|**nvarchar(20)**|The workload group used for this request. |Static Resource Classes</br>staticrc10</br>staticrc20</br>staticrc30</br>staticrc40</br>staticrc50</br>staticrc60</br>staticrc70</br>staticrc80</br> </br>Dynamic Resource Classes</br>SmallRC</br>MediumRC</br>LargeRC</br>XLargeRC| |
37 | 37 | |importance|**nvarchar(128)**|The Importance setting the request executed at. This is the relative importance of a request in this workload group and across workload groups for shared resources. Importance specified in the classifier overrides the workload group importance setting.</br>Applies to: Azure SQL Data Warehouse|NULL</br>low</br>below_normal</br>normal (default)</br>above_normal</br>high| |
38 | 38 | |group_name|**sysname** |For requests utilizing resources, group_name is the name of the workload group the request is running under. If the request does not utilize resources, group_name is null.</br>Applies to: Azure SQL Data Warehouse| |
39 | | -|classifier_name|**sysname**|For requests utilizing resources, group_name is the name of the workload group the request is running under. If the request does not utilize resources, group_name is null.|| |
| 39 | +|classifier_name|**sysname**|For requests utilizing resources, The name of the classifier used for assigning resources and importance.|| |
40 | 40 | |resource_allocation_percentage|**decimal(5,2)**|The percentage amount of resources allocated to the request.</br>Applies to: Azure SQL Data Warehouse| |
41 | 41 | |result_set_cache|**bit**|Details whether a completed query was a result cache hit (1) or not (0). </br>Applies to: Azure SQL Data Warehouse|0,1| |
42 | 42 | |||| |
|
0 commit comments