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-service-tiers-vcore.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: CarlRabeler
6
6
ms.service: sql-database
7
7
ms.custom: DBs & servers
8
8
ms.topic: conceptual
9
-
ms.date: 08/15/2018
9
+
ms.date: 08/27/2018
10
10
manager: craigg
11
11
ms.author: carlrab
12
12
@@ -30,8 +30,8 @@ The following table helps you understand the differences between these two tiers
30
30
|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.|
31
31
|Compute|Gen4: 1 to 24 vCore<br/>Gen5: 1 to 80 vCore|Gen4: 1 to 24 vCore<br/>Gen5: 1 to 80 vCore|
32
32
|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 |
|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|
|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|
35
35
|Availability|1 replica, no read-scale|3 replicas, 1 [read-scale replica](sql-database-read-scale-out.md),<br/>zone redundant HA|
36
36
|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)|
37
37
|In-Memory|N/A|Supported|
@@ -48,10 +48,10 @@ See [SQL Database FAQ](sql-database-faq.md) for answers to frequently asked ques
48
48
49
49
Consider the following:
50
50
- 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
53
53
- 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
55
55
- For Standard storage, increase or decrease size in 10-GB increments
56
56
- For Premium storage, increase or decrease size in 250-GB increments
57
57
- In the General Purpose service tier, `tempdb` uses an attached SSD and this storage cost is included in the vCore price.
0 commit comments