Skip to content

Commit 092d250

Browse files
authored
Merge pull request #50224 from CarlRabeler/patch-190
Update sql-database-service-tiers-vcore.md
2 parents 0e36ccf + c32d062 commit 092d250

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/sql-database/sql-database-service-tiers-vcore.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: CarlRabeler
66
ms.service: sql-database
77
ms.custom: DBs & servers
88
ms.topic: conceptual
9-
ms.date: 08/15/2018
9+
ms.date: 08/27/2018
1010
manager: craigg
1111
ms.author: carlrab
1212

@@ -30,8 +30,8 @@ The following table helps you understand the differences between these two tiers
3030
|Best for|Most business workloads. Offers budget oriented balanced and scalable compute and storage options.|Business applications with high IO requirements. Offers highest resilience to failures using several isolated replicas.|
3131
|Compute|Gen4: 1 to 24 vCore<br/>Gen5: 1 to 80 vCore|Gen4: 1 to 24 vCore<br/>Gen5: 1 to 80 vCore|
3232
|Memory|Gen4: 7 GB per core<br>Gen5: 5.5 GB per core | Gen4: 7 GB per core<br>Gen5: 5.5 GB per core |
33-
|Storage|[Premium remote storage](../virtual-machines/windows/premium-storage.md),<br/>Singleton Database: 5 GB – 4 TB<br/>Managed Instance: 32 GB - 8 TB |Local SSD storage,<br/>Single Database: 5 GB – 4 TB<br/>Managed Instance: 32 GB - 4 TB |
34-
|IO throughput (approximate)|Singleton Database: 500 IOPS per vCore with 7000 maximum IOPS</br>Managed Instance: Depends on [size of file](../virtual-machines/windows/premium-storage-performance.md#premium-storage-disk-sizes)|5000 IOPS per core with 200000 maximum IOPS|
33+
|Storage|[Premium remote storage](../virtual-machines/windows/premium-storage.md),<br/>Single Database: 5 GB – 4 TB<br/>Managed Instance: 32 GB - 8 TB |Local SSD storage,<br/>Single Database: 5 GB – 1 TB<br/>Managed Instance: 32 GB - 4 TB |
34+
|IO throughput (approximate)|Single Database: 500 IOPS per vCore with 7000 maximum IOPS</br>Managed Instance: Depends on [size of file](../virtual-machines/windows/premium-storage-performance.md#premium-storage-disk-sizes)|5000 IOPS per core with 200000 maximum IOPS|
3535
|Availability|1 replica, no read-scale|3 replicas, 1 [read-scale replica](sql-database-read-scale-out.md),<br/>zone redundant HA|
3636
|Backups|[RA-GRS](../storage/common/storage-designing-ha-apps-with-ragrs.md), 7-35 days (7 days by default)|[RA-GRS](../storage/common/storage-designing-ha-apps-with-ragrs.md), 7-35 days (7 days by default)|
3737
|In-Memory|N/A|Supported|
@@ -48,10 +48,10 @@ See [SQL Database FAQ](sql-database-faq.md) for answers to frequently asked ques
4848

4949
Consider the following:
5050
- The allocated storage is used by data files (MDF) and log files (LDF) files.
51-
- Each Singleton Database performance level supports a maximum database size, with a default max size of 32 GB.
52-
- When you configure the required Singleton database size (size of MDF), 30% of additional storage is automatically added to support LDF
51+
- Each single database performance level supports a maximum database size, with a default max size of 32 GB.
52+
- When you configure the required single database size (size of MDF), 30% of additional storage is automatically added to support LDF
5353
- Storage size in Managed Instance must be specified in multiples of 32 GB.
54-
- You can select any Singleton database size between 10 GB and the supported maximum
54+
- You can select any singleton database size between 10 GB and the supported maximum
5555
- For Standard storage, increase or decrease size in 10-GB increments
5656
- For Premium storage, increase or decrease size in 250-GB increments
5757
- In the General Purpose service tier, `tempdb` uses an attached SSD and this storage cost is included in the vCore price.

0 commit comments

Comments
 (0)