You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section contains Resource Governor information for the following catalog views. These views are optimized for performance and utility. When possible, use these catalog views to access Resource Governor metadata.
Copy file name to clipboardExpand all lines: docs/relational-databases/system-dynamic-management-views/resource-governor-related-dynamic-management-views-transact-sql.md
Copy file name to clipboardExpand all lines: docs/relational-databases/system-dynamic-management-views/sys-dm-resource-governor-external-resource-pools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Returns information about the current external resource pool state, the current
33
33
|`pool_version`|**int**| Internal version number. |
34
34
|`max_cpu_percent`|**int**| The current configuration for the maximum average CPU bandwidth allowed for all requests in the resource pool when there is CPU contention. Not nullable. |
35
35
|`max_processes`|**int**| Maximum number of concurrent external processes. The default value, 0, specifies no limit. Not nullable. |
36
-
|`max_memory_percent`|**int**| The current configuration for the percentage of total server memory that can be used by requests in this resource pool. Not nullable |
36
+
|`max_memory_percent`|**int**| The current configuration for the percentage of total server memory that can be used by requests in this resource pool. Not nullable.|
37
37
|`statistics_start_time`|**datetime**| The time when statistics was reset for this pool. Not nullable. |
38
38
|`peak_memory_kb`|**bigint**| The maximum amount of memory used, in kilobytes, for the resource pool. Not nullable. |
39
39
|`write_io_count`|**int**| The total write IOs issued since the Resource Governor statistics were reset. Not nullable. |
Copy file name to clipboardExpand all lines: docs/relational-databases/system-dynamic-management-views/sys-dm-resource-governor-workload-groups-history-ex-azure-sql-database.md
Each row represents a periodic snapshot of workload group statistics in in [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] and [!INCLUDE [ssazuremi-md](../../includes/ssazuremi-md.md)]. A snapshot is taken when the database engine starts, and every few seconds thereafter. The interval between the current and the previous snapshot may vary, and is provided in the `duration_ms` column. The latest available snapshots are returned, up to 128 snapshots for each workload group.
27
+
Each row represents a periodic snapshot of workload group statistics in [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] and [!INCLUDE [ssazuremi-md](../../includes/ssazuremi-md.md)]. A snapshot is taken when the database engine starts, and every few seconds thereafter. The interval between the current and the previous snapshot may vary, and is provided in the `duration_ms` column. The latest available snapshots are returned, up to 128 snapshots for each workload group.
Copy file name to clipboardExpand all lines: docs/relational-databases/system-dynamic-management-views/sys-dm-user-db-resource-governor-azure-sql-database.md
0 commit comments