Skip to content

Commit cdb7625

Browse files
authored
Merge pull request #127011 from changeworld/patch-26
Fix typo: CLASSIFER -> CLASSIFIER
2 parents 6fc347e + c166107 commit cdb7625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For example, granting an ad-hoc user role membership to smallrc allowed that use
3636

3737
Dedicated SQL pool workload management in Azure Synapse consists of three high-level concepts: [Workload Classification](sql-data-warehouse-workload-classification.md), [Workload Importance](sql-data-warehouse-workload-importance.md), and [Workload Isolation](sql-data-warehouse-workload-isolation.md). These capabilities give you more control over how your workload utilizes system resources.
3838

39-
Workload classification is the concept of assigning a request to a workload group and setting importance levels. Historically, this assignment was done via role membership using [sp_addrolemember](resource-classes-for-workload-management.md#change-a-users-resource-class). This action can now be done via the [CREATE WORKLOAD CLASSIFER](/sql/t-sql/statements/create-workload-classifier-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true). The classification capability provides a richer set of options such as label, session, and time to classify requests.
39+
Workload classification is the concept of assigning a request to a workload group and setting importance levels. Historically, this assignment was done via role membership using [sp_addrolemember](resource-classes-for-workload-management.md#change-a-users-resource-class). This action can now be done via the [CREATE WORKLOAD CLASSIFIER](/sql/t-sql/statements/create-workload-classifier-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true). The classification capability provides a richer set of options such as label, session, and time to classify requests.
4040

4141
Workload importance influences the order in which a request gets access to resources. On a busy system, a request with higher importance has first access to resources. Importance can also ensure ordered access to locks.
4242

0 commit comments

Comments
 (0)