Skip to content

Commit f9091c1

Browse files
authored
Merge pull request #111364 from ronortloff/master
doc feedback changes for mixing resource classes and workload groups
2 parents 03067c0 + a383822 commit f9091c1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-convert-resource-classes-workload-groups.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg
77
ms.service: synapse-analytics
88
ms.subservice:
99
ms.topic: conceptual
10-
ms.date: 11/4/2019
10+
ms.date: 04/14/2020
1111
ms.author: rortloff
1212
ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019
@@ -17,6 +17,9 @@ ms.custom: seo-lt-2019
1717

1818
Workload groups provide a mechanism to isolate and contain system resources. Additionally, workload groups allow you to set execution rules for the requests running in them. A query timeout execution rule allows runaway queries to be canceled without user intervention. This article explains how to take an existing resource class and create a workload group with a similar configuration. In addition, an optional query timeout rule is added.
1919

20+
> [!NOTE]
21+
> See the [Mixing resource class assignments with classifiers](sql-data-warehouse-workload-classification.md#mixing-resource-class-assignments-with-classifiers) section in the [Workload Classification](sql-data-warehouse-workload-classification.md) concept document for guidance on using workload groups and resource classes at the same time.
22+
2023
## Understanding the existing resource class configuration
2124

2225
Workload groups require a parameter called `REQUEST_MIN_RESOURCE_GRANT_PERCENT` that specifies the percentage of overall system resources allocated per request. Resource allocation is done for [resource classes](resource-classes-for-workload-management.md#what-are-resource-classes) by allocating concurrency slots. To determine the value to specify for `REQUEST_MIN_RESOURCE_GRANT_PERCENT`, use the sys.dm_workload_management_workload_groups_stats <link tbd> DMV. For example, the below query query returns a value that can be used for the `REQUEST_MIN_RESOURCE_GRANT_PERCENT` parameter to create a workload group similar to staticrc40.
@@ -82,4 +85,6 @@ SELECT request_id, [label], classifier_name, group_name, command
8285
## Next steps
8386

8487
- [Workload Isolation](sql-data-warehouse-workload-isolation.md)
85-
- [How-To Create a Workload Group-link](quickstart-configure-workload-isolation-tsql.md)
88+
- [How-To Create a Workload Group](quickstart-configure-workload-isolation-tsql.md)
89+
- [CREATE WORKLOAD CLASSIFIER (Transact-SQL)](/sql/t-sql/statements/create-workload-classifier-transact-sql?&view=azure-sqldw-latest)
90+
- [CREATE WORKLOAD GROUP (Transact-SQL)](/sql/t-sql/statements/create-workload-group-transact-sql?view=azure-sqldw-latest)

0 commit comments

Comments
 (0)