Skip to content

Commit 82833f3

Browse files
committed
[sql db] file space management
1 parent 06839d2 commit 82833f3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/relational-databases/system-catalog-views/sys-elastic-pool-resource-stats-azure-sql-database.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.elastic_pool_resource_stats (Azure SQL Database) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "04/06/2018"
4+
ms.date: "09/13/2018"
55
ms.prod: ""
66
ms.prod_service: "sql-database"
77
ms.reviewer: ""
@@ -48,7 +48,8 @@ monikerRange: "= azuresqldb-current || = sqlallproducts-allversions"
4848
|**max_worker_percent**|**decimal(5,2)**|Maximum concurrent workers (requests) in percentage based on the limit of the pool.|
4949
|**max_session_percent**|**decimal(5,2)**|Maximum concurrent sessions in percentage based on the limit of the pool.|
5050
|**elastic_pool_dtu_limit**|**int**|Current max elastic pool DTU setting for this elastic pool during this interval.|
51-
|**elastic_pool_storage_limit_mb**|**bigint**|Current max elastic pool storage limit setting for this elastic pool in megabytes during this interval.|
51+
|**elastic_pool_storage_limit_mb**|**bigint**|Current max elastic pool storage limit setting for this elastic pool in megabytes during this interval.|
52+
|**avg_allocated_storage_percent**|**decimal(5,2)**|The percentage of data space allocated by all databases in the elastic pool. This is the ratio of data space allocated to data max size for the elastic pool. For more information see: [File space management in SQL DB](https://docs.microsoft.com/azure/sql-database/sql-database-file-space-management)|
5253

5354
## Remarks
5455
This view exists in the master database of the logical server. You must be connected to the master database to query **sys.elastic_pool_resource_stats**.

docs/relational-databases/system-catalog-views/sys-resource-stats-azure-sql-database.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.resource_stats (Azure SQL Database) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "04/06/2018"
4+
ms.date: "09/13/2018"
55
ms.prod: ""
66
ms.prod_service: "sql-database"
77
ms.reviewer: ""
@@ -50,6 +50,7 @@ monikerRange: "= azuresqldb-current || = sqlallproducts-allversions"
5050
|max_worker_percent|**decimal(5,2)**|Maximum concurrent workers (requests) in percentage based on the limit of the database’s service tier.<br /><br /> Maximum is currently calculated for the five-minute interval based on the 15-second samples of concurrent worker counts.|
5151
|max_session_percent|**decimal(5,2)**|Maximum concurrent sessions in percentage based on the limit of the database’s service tier.<br /><br /> Maximum is currently calculated for the five-minute interval based on the 15-second samples of concurrent session counts.|
5252
|dtu_limit|**int**|Current max database DTU setting for this database during this interval. |
53+
|allocated_storage_in_megabytes|**float**|The amount of formatted file space in MB made available for storing database data. This is also referred to as data space allocated. For more information see: [File space management in SQL DB](https://docs.microsoft.com/azure/sql-database/sql-database-file-space-management)|
5354

5455
> [!TIP]
5556
> For more context about these limits and service tiers, see the topics [Service Tiers](https://azure.microsoft.com/documentation/articles/sql-database-service-tiers/).

0 commit comments

Comments
 (0)