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
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-serverless.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ author: oslake
11
11
ms.author: moslake
12
12
ms.reviewer: sstein, carlrab
13
13
manager: craigg
14
-
ms.date: 06/03/2019
14
+
ms.date: 06/04/2019
15
15
---
16
16
# SQL Database serverless (preview)
17
17
@@ -128,14 +128,19 @@ If a serverless database is paused, then the first login will resume the databas
128
128
129
129
### Latency
130
130
131
-
The latency to autopause or autoresume a serverless database is generally on the order of 1 minute.
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|
132
137
133
138
### Feature support
134
139
135
140
The following features do not support autopausing and autoresuming. That is, if any of the following features are used, then the database remains online regardless of duration of database inactivity:
136
141
137
-
- Geo-replication (active geo-replication and auto failover groups)
138
-
- Long-term backup retention (LTR)
142
+
- Geo-replication (active geo-replication and auto failover groups).
143
+
- Long-term backup retention (LTR).
139
144
- The sync database used in SQL data sync.
140
145
141
146
@@ -169,8 +174,6 @@ See [Quickstart: Create a single database in Azure SQL Database using the Azure
169
174
170
175
The following example creates a new database in the serverless compute tier defined by service objective named GP_S_Gen5_4 with default values for the min vCores and autopause delay.
171
176
172
-
Serverless requires a newer version of PowerShell than is currently in the gallery, so run `Update-Module Az.Sql` to get the latest serverless-enabled cmdlets.
0 commit comments