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-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ ms.author: carlrab
14
14
# Choosing a vCore service tier, compute, memory, storage, and IO resources
15
15
16
16
The vCore-based purchasing model enables you to independently scale compute and storage resources, match on-premises performance, and optimize price. It also enables you to choose generation of hardware:
17
-
- Gen 4 - Logical CPUs are based on Intel E5-2673 v3 (Haswell) 2.4 GHz processors, vCore = 1 PP (physical core), attached SSD
18
-
- Gen 5 - Logical CPUs are based on Intel E5-2673 v4 (Broadwell) 2.3 GHz processors, vCore=1 LP (hyper-thread), fast eNVM SSD
17
+
- Gen 4 - Up to 24 logical CPUs based on Intel E5-2673 v3 (Haswell) 2.4 GHz processors, vCore = 1 PP (physical core), 7 GB per core, attached SSD
18
+
- Gen 5 - Up to 80 logical CPUs based on Intel E5-2673 v4 (Broadwell) 2.3 GHz processors, vCore=1 LP (hyper-thread), 5.5. GB per core, fast eNVM SSD
19
19
20
-
It also allows you to use [Azure Hybrid Use Benefit for SQL Server](../virtual-machines/windows/hybrid-use-benefit-licensing.md) to gain cost savings.
20
+
vCore model also allows you to use [Azure Hybrid Use Benefit for SQL Server](../virtual-machines/windows/hybrid-use-benefit-licensing.md) to gain cost savings.
21
21
22
22
## Service tier characteristics
23
23
@@ -28,7 +28,7 @@ The following table helps you understand the differences between these two tiers
28
28
||**General Purpose**|**Business Critical**|
29
29
|---|---|---|
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
-
|Compute|1 to 80 vCore, Gen4\* and Gen5 |1 to 80 vCore, Gen4\* and Gen5|
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|
@@ -37,7 +37,7 @@ The following table helps you understand the differences between these two tiers
37
37
|In-Memory|N/A|Supported|
38
38
|||
39
39
40
-
\* Managed Instance don't supports more than 24 vCores in Gen4.
40
+
For more information, see [vCore resource limits in Singelton Database](sql-database-vcore-resource-limits-single-databases.md) and [vCore resource limits in Managed Instance](sql-database-managed-instance.md#vcore-based-purchasing-model).
41
41
42
42
> [!IMPORTANT]
43
43
> If you need less than one vCore of compute capacity, use the DTU-based purchasing model.
@@ -50,6 +50,7 @@ Consider the following:
50
50
- The allocated storage is used by data files (MDF) and log files (LDF) files.
51
51
- Each Singleton Database performance level supports a maximum database size, with a default max size of 32 GB.
52
52
- When you configure the required Singleton database size (size of MDF), 30% of additional storage is automatically added to support LDF
53
+
- Storage size in Managed Instance must be specified in multiples of 32 GB.
53
54
- You can select any Singleton database size between 10 GB and the supported maximum
54
55
- For Standard storage, increase or decrease size in 10-GB increments
55
56
- For Premium storage, increase or decrease size in 250-GB increments
0 commit comments