Skip to content

Commit 13d602b

Browse files
authored
Merge pull request #49662 from jovanpop-msft/master
updated vcores resource tiers
2 parents 5931f74 + 15d365b commit 13d602b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ms.author: carlrab
1414
# Choosing a vCore service tier, compute, memory, storage, and IO resources
1515

1616
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
1919

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

2222
## Service tier characteristics
2323

@@ -28,7 +28,7 @@ The following table helps you understand the differences between these two tiers
2828
||**General Purpose**|**Business Critical**|
2929
|---|---|---|
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.|
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|
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 |
3333
|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 |
3434
|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
3737
|In-Memory|N/A|Supported|
3838
|||
3939

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).
4141

4242
> [!IMPORTANT]
4343
> If you need less than one vCore of compute capacity, use the DTU-based purchasing model.
@@ -50,6 +50,7 @@ Consider the following:
5050
- The allocated storage is used by data files (MDF) and log files (LDF) files.
5151
- Each Singleton Database performance level supports a maximum database size, with a default max size of 32 GB.
5252
- 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.
5354
- You can select any Singleton database size between 10 GB and the supported maximum
5455
- For Standard storage, increase or decrease size in 10-GB increments
5556
- For Premium storage, increase or decrease size in 250-GB increments

0 commit comments

Comments
 (0)