Skip to content

Commit 46b3eff

Browse files
authored
Merge pull request #79502 from oslake/sqldb-serverless-2019-06-12
Serverless compute tier clarifications
2 parents d84a68b + b2359a2 commit 46b3eff

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,24 @@ Azure SQL Database serverless (preview) is a compute tier for single databases t
1919

2020
## Serverless compute tier
2121

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.
2323

2424
![serverless billing](./media/sql-database-serverless/serverless-billing.png)
2525

2626
### Performance configuration
2727

28-
- 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.
3030

31-
### Pricing overview
31+
### Cost
3232

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.
3738

38-
For billing details, see [Billing](sql-database-serverless.md#billing).
39+
For more cost details, see [Billing](sql-database-serverless.md#billing).
3940

4041
## Scenarios
4142

0 commit comments

Comments
 (0)