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
+10-10Lines changed: 10 additions & 10 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/04/2019
14
+
ms.date: 06/05/2019
15
15
---
16
16
# SQL Database serverless (preview)
17
17
@@ -103,6 +103,14 @@ Autopausing is triggered if all of the following conditions are true for the dur
103
103
104
104
An option is provided to disable autopausing if desired.
105
105
106
+
The following features do not support autopausing. That is, if any of the following features are used, then the database remains online regardless of the duration of database inactivity:
107
+
108
+
- Geo-replication (active geo-replication and auto-failover groups).
109
+
- Long-term backup retention (LTR).
110
+
- The sync database used in SQL data sync.
111
+
112
+
Autopausing is temporarily prevented during the deployment of some service updates which require the database be online to apply the update. In such cases, autopausing becomes allowed again once the service update completes.
113
+
106
114
### Autoresume
107
115
108
116
Autoresuming is triggered if any of the following conditions are true at any time:
@@ -122,7 +130,7 @@ Autoresuming is triggered if any of the following conditions are true at any tim
122
130
|Modifying certain database metadata|Adding new database tags.<br>Changing max vCores, min vCores, or autopause delay.|
123
131
|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.|
124
132
125
-
Autoresuming is also triggered during service updates.
133
+
Autoresuming is also triggered during the deployment of some service updates which require the database be online to apply the update.
126
134
127
135
### Connectivity
128
136
@@ -132,14 +140,6 @@ If a serverless database is paused, then the first login will resume the databas
132
140
133
141
The latency to autoresume and autopause a serverless database is generally order of 1 minute to autoresume and 1-10 minutes to autopause.
134
142
135
-
### Feature support
136
-
137
-
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:
138
-
139
-
- Geo-replication (active geo-replication and auto failover groups).
140
-
- Long-term backup retention (LTR).
141
-
- The sync database used in SQL data sync.
142
-
143
143
## Onboarding into serverless compute tier
144
144
145
145
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