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-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,24 @@ Azure SQL Database serverless (preview) is a compute tier for single databases t
19
19
20
20
## Serverless compute tier
21
21
22
-
The serverless compute tier for a single database is parameterized by the compute range it can use and an autopause delay.
22
+
The serverless compute tier for a single database is parameterized by a compute scaling range and an autopause delay. The configuration of these parameters shape the database performance experience and compute cost.
- The number of 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.
29
-
- The autopause 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 occurs.
28
+
- 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.
29
+
- The **autopause 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, autopausing can be disabled.
30
30
31
-
### Pricing overview
31
+
### Cost
32
32
33
-
- The total bill for a serverless database is the summation of the compute bill and storage bill.
34
-
Billing for compute is based on the amount of vCores used and memory used per second.
35
-
- The minimum amount of compute billed is based on min vCores and min memory.
36
-
- Only storage is billed while the database is paused.
33
+
- The cost for a serverless database is the summation of the compute cost and storage cost.
34
+
- When compute usage is between the min and max compute limits configured, the compute cost is based on vCore and memory usage.
35
+
- When compute usage is below the min compute limits configured, the compute cost is based on the min vCores and min memory configured.
36
+
- When the database is paused, compute costs are zero and only storage is billed.
37
+
- The storage cost is determined in the same way as in the provisioned compute tier.
37
38
38
-
For billing details, see [Billing](sql-database-serverless.md#billing).
39
+
For more cost details, see [Billing](sql-database-serverless.md#billing).
0 commit comments