Skip to content

Commit 301b818

Browse files
authored
Merge pull request #115689 from ronortloff/master
fixing mistake of percentage allocations for DW1000c and DW2000c
2 parents 3b3b031 + 4413b5a commit 301b818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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: 04/14/2020
10+
ms.date: 05/19/2020
1111
ms.author: rortloff
1212
ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019
@@ -33,7 +33,7 @@ SELECT Request_min_resource_grant_percent = Effective_request_min_resource_grant
3333
> [!NOTE]
3434
> Workload groups operate based on percentage of overall system resources.
3535
36-
Because workload groups operate based on percentage of overall system resources, as you scale up and down, the percentage of resources allocated to static resource classes relative to the overall system resources changes. For example, staticrc40 at DW1000c allocates 9.6% of the overall system resources. At DW2000c, 19.2% are allocated. This model is similar if you wish to scale up for concurrency versus allocating more resources per request.
36+
Because workload groups operate based on percentage of overall system resources, as you scale up and down, the percentage of resources allocated to static resource classes relative to the overall system resources changes. For example, staticrc40 at DW1000c allocates 19.2% of the overall system resources. At DW2000c, 9.6% are allocated. This model is similar if you wish to scale up for concurrency versus allocating more resources per request.
3737

3838
## Create Workload Group
3939

0 commit comments

Comments
 (0)