Skip to content

Commit 6ab0b9c

Browse files
Clarified DTU-to-vCore sizing
1 parent c57820d commit 6ab0b9c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/sql-database/sql-database-dtu-to-vcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
author: stevestein
99
ms.author: sstein
1010
ms.reviewer: sashan, moslake, carlrab
11-
ms.date: 10/08/2019
11+
ms.date: 03/09/2020
1212
---
1313
# Migrate from the DTU-based model to the vCore-based model
1414

@@ -39,7 +39,7 @@ The following table provides guidance for specific migration scenarios:
3939
|General purpose|Business critical|Upgrade|Must migrate secondary first|
4040
||||
4141

42-
\* Every 100 DTUs in the standard tier require at least 1 vCore, and every 125 DTUs in the premium tier require at least 1 vCore.
42+
\* As a rule of thumb, every 100 DTUs in the standard tier require at least 1 vCore, and every 125 DTUs in the premium tier require at least 1 vCore. For more information, see [vCore-based purchasing model](https://docs.microsoft.com/azure/sql-database/sql-database-purchase-models#vcore-based-purchasing-model).
4343

4444
## Migrate failover groups
4545

articles/sql-database/sql-database-purchase-models.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: stevestein
1111
ms.author: sstein
1212
ms.reviewer: carlrab
13-
ms.date: 02/01/2020
13+
ms.date: 03/09/2020
1414
---
1515
# Choose between the vCore and the DTU purchasing models
1616

@@ -51,7 +51,7 @@ For a description of how compute capacity is defined and costs are calculated fo
5151

5252
## Storage costs
5353

54-
Different types of storage are billed differently. For data storage, you're charged for the provisioned storage based upon the maximum database or pool size you select. The cost doesn't change unless you reduce or increase that maximum. Backup storage is associated with automated backups of your instance and is allocated dynamically. Increasing your backup-retention period increases the backup storage thats consumed by your instance.
54+
Different types of storage are billed differently. For data storage, you're charged for the provisioned storage based upon the maximum database or pool size you select. The cost doesn't change unless you reduce or increase that maximum. Backup storage is associated with automated backups of your instance and is allocated dynamically. Increasing your backup-retention period increases the backup storage that's consumed by your instance.
5555

5656
By default, 7 days of automated backups of your databases are copied to a read-access geo-redundant storage (RA-GRS) standard Blob storage account. This storage is used by weekly full backups, daily differential backups, and transaction log backups, which are copied every 5 minutes. The size of the transaction logs depends on the rate of change of the database. A minimum storage amount equal to 100 percent of the database size is provided at no extra charge. Additional consumption of backup storage is charged in GB per month.
5757

@@ -80,6 +80,11 @@ To convert from the DTU-based purchasing model to the vCore-based purchasing mod
8080
- Every 100 DTUs in the standard tier require at least 1 vCore in the General Purpose service tier.
8181
- Every 125 DTUs in the premium tier require at least 1 vCore in the Business Critical service tier.
8282

83+
> [!NOTE]
84+
> The DTU to vCore sizing guidelines are approximate, and are provided to help in the initial estimation of the target database service objective. The optimal configuration of the target database is workload-dependent.
85+
>
86+
> Achieving the optimal price/performance ratio may require adjusting the number of vCores, the hardware generation, and other database configuration parameters, such as [maximum degree of parallelism](https://docs.microsoft.com/sql/relational-databases/query-processing-architecture-guide#parallel-query-processing).
87+
8388
## DTU-based purchasing model
8489

8590
A database transaction unit (DTU) represents a blended measure of CPU, memory, reads, and writes. The DTU-based purchasing model offers a set of preconfigured bundles of compute resources and included storage to drive different levels of application performance. If you prefer the simplicity of a preconfigured bundle and fixed payments each month, the DTU-based model might be more suitable for your needs.

0 commit comments

Comments
 (0)