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
<sup>1</sup> See [Resource management in dense elastic pools](sql-database-elastic-pool-resource-management.md) for additional considerations.
46
46
47
+
<sup>3</sup> For the max concurrent workers (requests) for any individual database, see [Single database resource limits](sql-database-vcore-resource-limits-single-databases.md). For example, if the elastic pool is using Gen5 and the max vCore per database is set at 2, then the max concurrent workers value is 200. If max vCore per database is set to 0.5, then the max concurrent workers value is 50 since on Gen5 there are a max of 100 concurrent workers per vCore. For other max vCore settings per database that are less 1 vCore or less, the number of max concurrent workers is similarly rescaled.
48
+
47
49
### Standard elastic pool limits
48
50
49
51
| eDTUs per pool |**50**|**100**|**200**|**300**|**400**|**800**|
@@ -52,15 +54,17 @@ For SQL Database elastic pools, the following tables show the resources availabl
| Max storage per database (GB) | 500 | 750 | 1024 | 1024 | 1024 | 1024 |
60
62
||||||||
61
63
62
64
<sup>1</sup> See [Resource management in dense elastic pools](sql-database-elastic-pool-resource-management.md) for additional considerations.
63
65
66
+
<sup>3</sup> For the max concurrent workers (requests) for any individual database, see [Single database resource limits](sql-database-vcore-resource-limits-single-databases.md). For example, if the elastic pool is using Gen5 and the max vCore per database is set at 2, then the max concurrent workers value is 200. If max vCore per database is set to 0.5, then the max concurrent workers value is 50 since on Gen5 there are a max of 100 concurrent workers per vCore. For other max vCore settings per database that are less 1 vCore or less, the number of max concurrent workers is similarly rescaled.
67
+
64
68
### Standard elastic pool limits (continued)
65
69
66
70
| eDTUs per pool |**1200**|**1600**|**2000**|**2500**|**3000**|
@@ -69,15 +73,17 @@ For SQL Database elastic pools, the following tables show the resources availabl
| Max storage choices per database (GB) | 1024 | 1024 | 1024 | 1024 | 1024 |
77
81
|||||||
78
82
79
83
<sup>1</sup> See [Resource management in dense elastic pools](sql-database-elastic-pool-resource-management.md) for additional considerations.
80
84
85
+
<sup>3</sup> For the max concurrent workers (requests) for any individual database, see [Single database resource limits](sql-database-vcore-resource-limits-single-databases.md). For example, if the elastic pool is using Gen5 and the max vCore per database is set at 2, then the max concurrent workers value is 200. If max vCore per database is set to 0.5, then the max concurrent workers value is 50 since on Gen5 there are a max of 100 concurrent workers per vCore. For other max vCore settings per database that are less 1 vCore or less, the number of max concurrent workers is similarly rescaled.
86
+
81
87
### Premium elastic pool limits
82
88
83
89
| eDTUs per pool |**125**|**250**|**500**|**1000**|**1500**|
@@ -86,15 +92,17 @@ For SQL Database elastic pools, the following tables show the resources availabl
86
92
| Max storage choices per pool (GB) | 250, 500, 750, 1024 | 500, 750, 1024 | 750, 1024 | 1024 | 1536 |
87
93
| Max In-Memory OLTP storage per pool (GB) | 1 | 2 | 4 | 10 | 12 |
88
94
| Max number DBs per pool <sup>1</sup> | 50 | 100 | 100 | 100 | 100 |
89
-
| Max concurrent workers per pool (requests) | 200 | 400 | 800 | 1600 | 2400 |
90
-
| Max concurrent sessions per pool | 30000 | 30000 | 30000 | 30000 | 30000 |
95
+
| Max concurrent workers per pool (requests) <sup>2</sup> | 200 | 400 | 800 | 1600 | 2400 |
96
+
| Max concurrent sessions per pool <sup>2</sup> | 30000 | 30000 | 30000 | 30000 | 30000 |
| Max storage per database (GB) | 1024 | 1024 | 1024 | 1024 | 1024 |
94
100
|||||||
95
101
96
102
<sup>1</sup> See [Resource management in dense elastic pools](sql-database-elastic-pool-resource-management.md) for additional considerations.
97
103
104
+
<sup>3</sup> For the max concurrent workers (requests) for any individual database, see [Single database resource limits](sql-database-vcore-resource-limits-single-databases.md). For example, if the elastic pool is using Gen5 and the max vCore per database is set at 2, then the max concurrent workers value is 200. If max vCore per database is set to 0.5, then the max concurrent workers value is 50 since on Gen5 there are a max of 100 concurrent workers per vCore. For other max vCore settings per database that are less 1 vCore or less, the number of max concurrent workers is similarly rescaled.
105
+
98
106
### Premium elastic pool limits (continued)
99
107
100
108
| eDTUs per pool |**2000**|**2500**|**3000**|**3500**|**4000**|
@@ -103,8 +111,8 @@ For SQL Database elastic pools, the following tables show the resources availabl
103
111
| Max storage choices per pool (GB) | 2048 | 2560 | 3072 | 3548 | 4096|
104
112
| Max In-Memory OLTP storage per pool (GB) | 16 | 20 | 24 | 28 | 32 |
105
113
| Max number DBs per pool <sup>1</sup> | 100 | 100 | 100 | 100 | 100 |
106
-
| Max concurrent workers (requests) per pool | 3200 | 4000 | 4800 | 5600 | 6400 |
107
-
| Max concurrent sessions per pool | 30000 | 30000 | 30000 | 30000 | 30000 |
114
+
| Max concurrent workers (requests) per pool <sup>2</sup> | 3200 | 4000 | 4800 | 5600 | 6400 |
115
+
| Max concurrent sessions per pool <sup>2</sup> | 30000 | 30000 | 30000 | 30000 | 30000 |
0 commit comments