Skip to content

Commit d88ec59

Browse files
authored
Merge pull request #78784 from oslake/patch-15
Update sql-database-serverless.md
2 parents e7ef414 + 32674ed commit d88ec59

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/sql-database/sql-database-serverless.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,15 @@ Autoresuming is triggered if any of the following conditions are true at any tim
122122
|Modifying certain database metadata|Adding new database tags.<br>Changing max vCores, min vCores, or autopause delay.|
123123
|SQL Server Management Studio (SSMS)|Using SSMS version 18 and opening a new query window for any database in the server will resume any auto-paused database in the same server. This behavior does not occur if using SSMS version 17.9.1 with IntelliSense turned-off.|
124124

125+
Autoresuming is also triggered during service updates.
126+
125127
### Connectivity
126128

127129
If a serverless database is paused, then the first login will resume the database and return an error stating that the database is unavailable with error code 40613. Once the database is resumed, the login must be retried to establish connectivity. Database clients with connection retry logic should not need to be modified.
128130

129131
### Latency
130132

131-
The latency to autopause and autoresume a serverless database is generally estimated as follows:
132-
133-
|Operation|Estimated latency|
134-
|---|---|
135-
|Autopause|Order of 1-10 minutes|
136-
|Autoresume|Order of 1 minute|
133+
The latency to autoresume and autopause a serverless database is generally order of 1 minute to autoresume and 1-10 minutes to autopause.
137134

138135
### Feature support
139136

@@ -143,7 +140,6 @@ The following features do not support autopausing and autoresuming. That is, if
143140
- Long-term backup retention (LTR).
144141
- The sync database used in SQL data sync.
145142

146-
147143
## Onboarding into serverless compute tier
148144

149145
Creating a new database or moving an existing database into a serverless compute tier follows the same pattern as creating a new database in provisioned compute tier and involves the following two steps:

0 commit comments

Comments
 (0)