Skip to content

Commit cb37d35

Browse files
authored
Merge pull request #79582 from oslake/sqldb-serverless-2019-06-13
Update serverless IOPS limits
2 parents a5660af + bed7420 commit cb37d35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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 a compute scaling range and an autopause delay. The configuration of these parameters shape the database performance experience and compute cost.
22+
The serverless compute tier for a single database is parameterized by a compute autoscaling 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

@@ -31,9 +31,9 @@ The serverless compute tier for a single database is parameterized by a compute
3131
### Cost
3232

3333
- 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.
34+
- When compute usage is between the min and max limits configured, the compute cost is based on vCore and memory used.
35+
- When compute usage is below the min limits configured, the compute cost is based on the min vCores and min memory configured.
36+
- When the database is paused, the compute cost is zero and only storage costs are incurred.
3737
- The storage cost is determined in the same way as in the provisioned compute tier.
3838

3939
For more cost details, see [Billing](sql-database-serverless.md#billing).

articles/sql-database/sql-database-vcore-resource-limits-single-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The [serverless compute tier](sql-database-serverless.md) is in preview and is o
140140
|TempDB size (GB)|32|64|128|
141141
|Storage type|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|
142142
|IO latency (approximate)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|
143-
|Target IOPS (64 KB)|250|500|1000|
143+
|Target IOPS (64 KB)|500|1000|2000|
144144
|Log rate limits (MBps)|2.5|5.6|10|
145145
|Max concurrent workers (requests)|75|150|300|
146146
|Max allowed sessions|30000|30000|30000|

0 commit comments

Comments
 (0)