Skip to content

Commit ff8d11b

Browse files
authored
Merge pull request #110822 from dimitri-furman/dimitri-furman
Added a note on dense pools
2 parents fd2e0c0 + cf437ec commit ff8d11b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/sql-database/sql-database-elastic-pool.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: oslake
1111
ms.author: moslake
1212
ms.reviewer: ninarn, carlrab
13-
ms.date: 08/06/2019
13+
ms.date: 04/09/2020
1414
---
1515
# Elastic pools help you manage and scale multiple Azure SQL databases
1616

@@ -104,9 +104,9 @@ The best size for a pool depends on the aggregate resources needed for all datab
104104
- Maximum resources utilized by all databases in the pool (either maximum DTUs or maximum vCores depending on your choice of resourcing model).
105105
- Maximum storage bytes utilized by all databases in the pool.
106106

107-
For available service tiers for each resource model, see the [DTU-based purchasing model](sql-database-service-tiers-dtu.md) or the [vCore-based purchasing model](sql-database-service-tiers-vcore.md).
107+
For available service tiers and limits for each resource model, see the [DTU-based purchasing model](sql-database-service-tiers-dtu.md) or the [vCore-based purchasing model](sql-database-service-tiers-vcore.md).
108108

109-
In cases where you can't use tooling, the following step-by-step can help you estimate whether a pool is more cost-effective than single databases:
109+
The following steps can help you estimate whether a pool is more cost-effective than single databases:
110110

111111
1. Estimate the eDTUs or vCores needed for the pool as follows:
112112

@@ -123,6 +123,10 @@ In cases where you can't use tooling, the following step-by-step can help you es
123123
4. See the [SQL Database pricing page](https://azure.microsoft.com/pricing/details/sql-database/) and find the smallest pool size that is greater than the estimate from Step 3.
124124
5. Compare the pool price from Step 5 to the price of using the appropriate compute sizes for single databases.
125125

126+
> [!IMPORTANT]
127+
> If the number of databases in a pool approaches the maximum supported, make sure to consider [Resource management in dense elastic pools](sql-database-elastic-pool-resource-management.md).
128+
>
129+
126130
## Using other SQL Database features with elastic pools
127131

128132
### Elastic jobs and elastic pools
@@ -212,9 +216,9 @@ For more information, see [create SQL Database alerts in Azure portal](sql-datab
212216

213217
Umbraco uses elastic pools with Azure SQL Database to quickly provision and scale services for thousands of tenants in the cloud.
214218

215-
- [Daxko/CSI](https://customers.microsoft.com/story/726277-csi-daxko-partner-professional-service-azure)
219+
- [Daxko/CSI](https://customers.microsoft.com/story/726277-csi-daxko-partner-professional-service-azure)
216220

217-
Daxko/CSI uses elastic pools with Azure SQL Database to accelerate its development cycle and to enhance its customer services and performance.
221+
Daxko/CSI uses elastic pools with Azure SQL Database to accelerate its development cycle and to enhance its customer services and performance.
218222

219223
## Next steps
220224

0 commit comments

Comments
 (0)