Skip to content

Commit 13d19a8

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into release-preview-cosmosdb-pitr
2 parents 4508437 + 96e5d6a commit 13d19a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

azure-sql/database/resource-limits-logical-server.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: reference
1010
author: stevestein
1111
ms.author: sstein
1212
ms.reviewer: sashan,moslake,josack
13-
ms.date: 1/14/2021
13+
ms.date: 02/02/2021
1414
---
1515

1616
# Resource limits for Azure SQL Database and Azure Synapse Analytics servers
@@ -64,7 +64,8 @@ When encountering high space utilization, mitigation options include:
6464

6565
- Increasing the max size of the database or elastic pool, or adding more storage. See [Scale single database resources](single-database-scale.md) and [Scale elastic pool resources](elastic-pool-scale.md).
6666
- If the database is in an elastic pool, then alternatively the database can be moved outside of the pool so that its storage space isn't shared with other databases.
67-
- Shrink a database to reclaim unused space. For more information, see [Manage file space in Azure SQL Database](file-space-manage.md)
67+
- Shrink a database to reclaim unused space. For more information, see [Manage file space in Azure SQL Database](file-space-manage.md).
68+
- Check if high space utilization is due to a spike in the size of Persistent Version Store (PVS). PVS is a part of each database, and is used to implement [Accelerated Database Recovery](../accelerated-database-recovery.md). To determine current PVS size, see [PVS troubleshooting](https://docs.microsoft.com/sql/relational-databases/accelerated-database-recovery-management#troubleshooting). A common reason for large PVS size is a transaction that is open for a long time (hours), preventing cleanup of older versions in PVS.
6869

6970
### Sessions and workers (requests)
7071

0 commit comments

Comments
 (0)