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-elastic-pool.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
10
10
author: oslake
11
11
ms.author: moslake
12
12
ms.reviewer: ninarn, carlrab
13
-
ms.date: 08/06/2019
13
+
ms.date: 04/09/2020
14
14
---
15
15
# Elastic pools help you manage and scale multiple Azure SQL databases
16
16
@@ -104,9 +104,9 @@ The best size for a pool depends on the aggregate resources needed for all datab
104
104
- Maximum resources utilized by all databases in the pool (either maximum DTUs or maximum vCores depending on your choice of resourcing model).
105
105
- Maximum storage bytes utilized by all databases in the pool.
106
106
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).
108
108
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:
110
110
111
111
1. Estimate the eDTUs or vCores needed for the pool as follows:
112
112
@@ -123,6 +123,10 @@ In cases where you can't use tooling, the following step-by-step can help you es
123
123
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.
124
124
5. Compare the pool price from Step 5 to the price of using the appropriate compute sizes for single databases.
125
125
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
+
126
130
## Using other SQL Database features with elastic pools
127
131
128
132
### Elastic jobs and elastic pools
@@ -212,9 +216,9 @@ For more information, see [create SQL Database alerts in Azure portal](sql-datab
212
216
213
217
Umbraco uses elastic pools with Azure SQL Database to quickly provision and scale services for thousands of tenants in the cloud.
0 commit comments