Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d533de4

Browse files
20210504 issue 6369
1 parent affd3f4 commit d533de4

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

docs/includes/alter-workload-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ ALTER WORKLOAD GROUP { group_name | "default" }
4444
IMPORTANCE is local to the resource pool; workload groups of different importance inside the same resource pool affect each other, but do not affect workload groups in another resource pool.
4545

4646
REQUEST_MAX_MEMORY_GRANT_PERCENT = *value*
47-
Specifies the maximum amount of memory that a single request can take from the pool. *value* is a percentage relative to the resource pool size specified by MAX_MEMORY_PERCENT.
47+
Specifies the maximum amount of memory that a single request can take from the pool. *value* is a percentage relative to the resource pool size specified by MAX_MEMORY_PERCENT. Default value is 25.
4848

49-
*value* is an integer up to [!INCLUDE[ssSQL17](sssql17-md.md)] and a float starting with [!INCLUDE[sql-server-2019](sssql19-md.md)]. Default value is 25. The allowed range for *value* is from 1 through 100.
49+
*value* is an integer up to [!INCLUDE[ssSQL17](sssql17-md.md)] and the allowed range is from 1 through 100. Starting with [!INCLUDE[sql-server-2019](sssql19-md.md)], the value is a `float` data type and the allowed range is from 0 through 100.
5050

5151
> [!NOTE]
5252
> The amount specified only refers to query execution grant memory.

docs/includes/create-workload-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Specifies the relative importance of a request in the workload group. Importance
3939
IMPORTANCE is local to the resource pool; workload groups of different importance inside the same resource pool affect each other, but do not affect workload groups in another resource pool.
4040

4141
REQUEST_MAX_MEMORY_GRANT_PERCENT = *value*</br>
42-
Specifies the maximum amount of memory that a single request can take from the pool. *value* is a percentage relative to the resource pool size specified by MAX_MEMORY_PERCENT.
42+
Specifies the maximum amount of memory that a single request can take from the pool. *value* is a percentage relative to the resource pool size specified by MAX_MEMORY_PERCENT. Default value is 25.
4343

44-
*value* is an integer up to [!INCLUDE[ssSQL17](sssql17-md.md)] and a float starting with [!INCLUDE[sql-server-2019](sssql19-md.md)] and in Azure SQL Managed Instance. Default value is 25. The allowed range for *value* is from 1 through 100.
44+
*value* is an integer up to [!INCLUDE[ssSQL17](sssql17-md.md)] and the allowed range is from 1 through 100. Starting with [!INCLUDE[sql-server-2019](sssql19-md.md)], the value is a `float` data type and the allowed range is from 0 through 100.
4545

4646
> [!IMPORTANT]
4747
> The amount specified only refers to query execution grant memory.

docs/relational-databases/system-dynamic-management-views/sys-dm-resource-governor-workload-groups-transact-sql.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description: "sys.dm_resource_governor_workload_groups (Transact-SQL)"
3-
title: "sys.dm_resource_governor_workload_groups (Transact-SQL) | Microsoft Docs"
3+
title: "sys.dm_resource_governor_workload_groups (Transact-SQL)"
44
ms.custom: ""
5-
ms.date: "06/15/2020"
5+
ms.date: "05/04/2021"
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
88
ms.reviewer: ""
@@ -17,7 +17,6 @@ dev_langs:
1717
- "TSQL"
1818
helpviewer_keywords:
1919
- "sys.dm_resource_governor_workload_groups dynamic management view"
20-
ms.assetid: f63c4914-1272-43ef-b135-fe1aabd953e0
2120
author: WilliamDAssafMSFT
2221
ms.author: wiassaf
2322
monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
@@ -60,7 +59,7 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest||>=sql-server-2016||>=sql-ser
6059
|max_dop|**int**|Configured maximum degree of parallelism for the workload group. The default value, 0, uses global settings. Is not nullable.|
6160
|effective_max_dop|**int**|**Applies to**: Starting with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)].<br /><br />Effective maximum degree of parallelism for the workload group. Is not nullable.|
6261
|total_cpu_usage_preemptive_ms|**bigint**|**Applies to**: Starting with [!INCLUDE[sssql16-md](../../includes/sssql16-md.md)].<br /><br />Total CPU time used while in preemptive mode scheduling for the workload group, measured in ms. Is not nullable.<br /><br />To execute code that is outside [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (for example, extended stored procedures and distributed queries), a thread has to execute outside the control of the non-preemptive scheduler. To do this, a worker switches to preemptive mode.|
63-
|request_max_memory_grant_percent_numeric|**float**|**Applies to**: Starting with [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)].<br /><br />Current setting for the maximum memory grant, as a percentage, for a single request. Is not nullable.|
62+
|request_max_memory_grant_percent_numeric|**float**|**Applies to**: Starting with [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)] and in [!INCLUDE[ssazuremi_md](../../includes/ssazuremi_md.md)].<br /><br />Current setting for the maximum memory grant, as a percentage, for a single request. Similar to **request_max_memory_grant_percent**, which returns an `integer`, **request_max_memory_grant_percent_numeric** returns a `float`. Starting with [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)], the parameter **REQUEST_MAX_MEMORY_GRANT_PERCENT** accepts values with a possible range of 0-100 and stores them as the `float` data type. Prior to [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)], **REQUEST_MAX_MEMORY_GRANT_PERCENT** is an `integer` with possible range of 1-100. Is not nullable.<BR><BR>For more information, see [CREATE WORKLOAD GROUP](../../t-sql/statements/create-workload-group-transact-sql.md). |
6463
|pdw_node_id|**int**|**Applies to**: [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)], [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]<br /><br /> The identifier for the node that this distribution is on.|
6564

6665
## Remarks

docs/t-sql/statements/alter-workload-group-transact-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "ALTER WORKLOAD GROUP (Transact-SQL)"
33
title: ALTER WORKLOAD GROUP (Transact-SQL)
44
ms.custom: ""
5-
ms.date: "05/05/2020"
5+
ms.date: "05/04/2021"
66
ms.prod: sql
77
ms.prod_service: "sql-database"
88
ms.reviewer: ""
@@ -15,7 +15,6 @@ dev_langs:
1515
- "TSQL"
1616
helpviewer_keywords:
1717
- "ALTER WORKLOAD GROUP statement"
18-
ms.assetid: 957addce-feb0-4e54-893e-5faca3cd184c
1918
author: WilliamDAssafMSFT
2019
ms.author: wiassaf
2120
monikerRange: ">=sql-server-2016||>=sql-server-linux-2017||=azure-sqldw-latest||=azuresqldb-mi-current"

docs/t-sql/statements/create-workload-group-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description: "CREATE WORKLOAD GROUP (Transact-SQL)"
3-
title: "CREATE WORKLOAD GROUP (Transact-SQL) | Microsoft Docs"
3+
title: "CREATE WORKLOAD GROUP (Transact-SQL)"
44
ms.custom: ""
5-
ms.date: 05/27/2020
5+
ms.date: 05/04/2021
66
ms.prod: sql
77
ms.prod_service: "sql-database"
88
ms.reviewer: ""

0 commit comments

Comments
 (0)