Skip to content

Commit 4b0e060

Browse files
Merge pull request #36068 from WilliamDAssafMSFT/20251212-serverless-latency
20251212 latency
2 parents 2d46cfc + dfd1c89 commit 4b0e060

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

azure-sql/database/serverless-tier-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the new serverless compute tier and compares
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: moslake, mathoma, dfurman, blakhani
7-
ms.date: 10/17/2025
7+
ms.date: 12/12/2025
88
ms.service: azure-sql-database
99
ms.subservice: service-overview
1010
ms.topic: conceptual
@@ -30,7 +30,7 @@ A compute autoscaling range and an auto-pause delay are important parameters for
3030
### Performance configuration
3131

3232
- The **minimum vCores** and **maximum vCores** are configurable parameters that define the range of compute capacity available for the database. Memory and IO limits are proportional to the vCore range specified. 
33-
- The **auto-pause delay** is a configurable parameter that defines the period of time the database must be inactive before it is automatically paused. The database is automatically resumed when the next sign in or other activity occurs. Alternatively, automatic pausing can be disabled.
33+
- The **auto-pause delay** is a configurable parameter that defines the period of time the database must be inactive before it is automatically paused. The database is automatically resumed when the next login or other activity occurs. Alternatively, automatic pausing can be disabled.
3434

3535
### Cost
3636

@@ -209,7 +209,7 @@ Monitoring, management, or other solutions performing any of these operations tr
209209

210210
### Connectivity
211211

212-
If a serverless database is paused, the first connection attempt resumes the database and returns an error stating that the database is unavailable with error code 40613. Once the database is resumed, re-try the sign-in to establish connectivity. Database clients following [connection retry logic recommendations](/azure/architecture/patterns/retry) should not need to be modified. For connection retry logic options and recommendations, see:
212+
If a serverless database is paused, the first connection attempt resumes the database and returns an error stating that the database is unavailable with error code 40613. Once the database is resumed, retry the connection. Database clients following [connection retry logic recommendations](/azure/architecture/patterns/retry) should not need to be modified. For connection retry logic options and recommendations, see:
213213

214214
- [Connection retry logic in SqlClient](/sql/connect/ado-net/configurable-retry-logic)
215215
- [Connection retry logic in SQL Database using Entity Framework Core](/azure/architecture/best-practices/retry-service-specific#sql-database-using-entity-framework-core)
@@ -218,7 +218,7 @@ If a serverless database is paused, the first connection attempt resumes the dat
218218

219219
### Latency
220220

221-
The latency to auto-resume and auto-pause a serverless database is generally order of 1 minute to auto-resume and 1-10 minutes after the expiration of the delay period to auto-pause.
221+
The latency to auto-resume and auto-pause a serverless database is generally around one minute, but can be under five seconds. The latency to auto-pause is generally around 1-10 minutes.
222222

223223
### Customer managed transparent data encryption (BYOK)
224224

0 commit comments

Comments
 (0)