Skip to content

Commit a67476f

Browse files
committed
trying to fix my sups
1 parent dc8e52c commit a67476f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/sql-database/sql-database-vcore-resource-limits-elastic-pools.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
4646
|TempDB max data size (GB)|32|64|96|128|160|192|
4747
|Storage type|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|
4848
|IO latency (approximate)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|
49-
|Max data IOPS per pool \<sup>1<sup> |400|800|1200|1600|2000|2400|
49+
|Max data IOPS per pool <sup>1</sup> |400|800|1200|1600|2000|2400|
5050
|Max log rate per pool (MBps)|4.7|9.4|14.1|18.8|23.4|28.1|
5151
|Max concurrent workers per pool (requests) <sup>2<sup> |210|420|630|840|1050|1260|
5252
|Max concurrent logins per pool <sup>2<sup> |210|420|630|840|1050|1260|
@@ -57,7 +57,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
5757
|Read Scale-out|N/A|N/A|N/A|N/A|N/A|N/A|
5858
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
5959

60-
<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
60+
<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
6161

6262
<sup>2<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.
6363

@@ -76,18 +76,18 @@ You can set the service tier, compute size, and storage amount using the [Azure
7676
|TempDB max data size (GB)|224|256|288|320|512|768|
7777
|Storage type|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|
7878
|IO latency (approximate)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|
79-
|Max data IOPS per pool \<sup>1<sup>|2800|3200|3600|4000|6400|9600|
79+
|Max data IOPS per pool <sup>1</sup>|2800|3200|3600|4000|6400|9600|
8080
|Max log rate per pool (MBps)|32.8|37.5|37.5|37.5|37.5|37.5|
81-
|Max concurrent workers per pool (requests) \<sup>1<sup>|1470|1680|1890|2100|3360|5040|
82-
|Max concurrent logins pool (requests) \<sup>1<sup>|1470|1680|1890|2100|3360|5040|
81+
|Max concurrent workers per pool (requests) <sup>1</sup>|1470|1680|1890|2100|3360|5040|
82+
|Max concurrent logins pool (requests) <sup>1</sup>|1470|1680|1890|2100|3360|5040|
8383
|Max concurrent sessions|30,000|30,000|30,000|30,000|30,000|30,000|
8484
|Min/max elastic pool vCore choices per database|0, 0.25, 0.5, 1...7|0, 0.25, 0.5, 1...8|0, 0.25, 0.5, 1...9|0, 0.25, 0.5, 1...10|0, 0.25, 0.5, 1...10, 16|0, 0.25, 0.5, 1...10, 16, 24|
8585
|Number of replicas|1|1|1|1|1|1|
8686
|Multi-AZ|N/A|N/A|N/A|N/A|N/A|N/A|
8787
|Read Scale-out|N/A|N/A|N/A|N/A|N/A|N/A|
8888
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
8989

90-
\<sup>1<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.
90+
<sup>1</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.
9191

9292
## General purpose - provisioned compute - Gen5
9393

@@ -106,7 +106,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
106106
|TempDB max data size (GB)|64|128|192|256|320|384|448|
107107
|Storage type|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|
108108
|IO latency (approximate)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|
109-
|Max data IOPS per pool \<sup>1<sup>|800|1600|2400|3200|4000|4800|5600|
109+
|Max data IOPS per pool \<sup>1</sup>|800|1600|2400|3200|4000|4800|5600|
110110
|Max log rate per pool (MBps)|9.4|18.8|28.1|37.5|37.5|37.5|37.5|
111111
|Max concurrent workers per pool (requests) **|210|420|630|840|1050|1260|1470|
112112
|Max concurrent logins per pool (requests) **|210|420|630|840|1050|1260|1470|
@@ -117,7 +117,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
117117
|Read Scale-out|N/A|N/A|N/A|N/A|N/A|N/A|N/A|
118118
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
119119

120-
\<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
120+
<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
121121

122122
\*\* 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.
123123

@@ -136,7 +136,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
136136
|TempDB max data size (GB)|512|576|640|768|1024|1280|2560|
137137
|Storage type|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|Premium (Remote) Storage|
138138
|IO latency (approximate)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|5-7 ms (write)<br>5-10 ms (read)|
139-
|Max data IOPS per pool \<sup>1<sup> |6,400|7,200|8,000|9,600|12,800|16,000|32,000|
139+
|Max data IOPS per pool <sup>1</sup> |6,400|7,200|8,000|9,600|12,800|16,000|32,000|
140140
|Max log rate per pool (MBps)|37.5|37.5|37.5|37.5|37.5|37.5|37.5|
141141
|Max concurrent workers per pool (requests) **|1680|1890|2100|2520|3360|4200|8400|
142142
|Max concurrent logins per pool (requests) **|1680|1890|2100|2520|3360|4200|8400|
@@ -147,7 +147,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
147147
|Read Scale-out|N/A|N/A|N/A|N/A|N/A|N/A|N/A|
148148
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
149149

150-
\<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
150+
<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
151151

152152
\*\* 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.
153153

@@ -168,7 +168,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
168168
|TempDB max data size (GB)|333|
169169
|Storage type|Premium (Remote) Storage|
170170
|IO latency (approximate)|5-7 ms (write)<br>5-10 ms (read)|
171-
|Max data IOPS per pool \<sup>1<sup>|16,000|
171+
|Max data IOPS per pool \<sup>1</sup>|16,000|
172172
|Max log rate per pool (MBps)|37.5|
173173
|Max concurrent workers per pool (requests) **|3780|
174174
|Max concurrent logins per pool (requests) **|3780|
@@ -179,7 +179,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
179179
|Read Scale-out|N/A|
180180
|Included backup storage|1X DB size|
181181

182-
\<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
182+
\<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
183183

184184
\*\* 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.
185185

@@ -203,7 +203,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
203203
|Max log size (GB)|307|307|307|307|307|
204204
|TempDB max data size (GB)|64|96|128|160|192|
205205
|IO latency (approximate)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|
206-
|Max data IOPS per pool \<sup>1<sup>|9,000|13,500|18,000|22,500|27,000|
206+
|Max data IOPS per pool \<sup>1</sup>|9,000|13,500|18,000|22,500|27,000|
207207
|Max log rate per pool (MBps)|20|30|40|50|60|
208208
|Max concurrent workers per pool (requests) **|420|630|840|1050|1260|
209209
|Max concurrent logins per pool (requests) **|420|630|840|1050|1260|
@@ -214,7 +214,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
214214
|Read Scale-out|Yes|Yes|Yes|Yes|Yes|
215215
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
216216

217-
\<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
217+
\<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
218218

219219
\*\* 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.
220220

@@ -233,7 +233,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
233233
|Max log size (GB)|307|307|307|307|307|307|
234234
|TempDB max data size (GB)|224|256|288|320|512|768|
235235
|IO latency (approximate)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|
236-
|Max data IOPS per pool \<sup>1<sup>|31,500|36,000|40,500|45,000|72,000|96,000|
236+
|Max data IOPS per pool \<sup>1</sup>|31,500|36,000|40,500|45,000|72,000|96,000|
237237
|Max log rate per pool (MBps)|70|80|80|80|80|80|
238238
|Max concurrent workers per pool (requests) **|1470|1680|1890|2100|3360|5040|
239239
|Max concurrent logins per pool (requests) **|1470|1680|1890|2100|3360|5040|
@@ -244,7 +244,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
244244
|Read Scale-out|Yes|Yes|Yes|Yes|Yes|Yes|
245245
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
246246

247-
\<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
247+
\<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
248248

249249
\*\* 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.
250250

@@ -265,7 +265,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
265265
|TempDB max data size (GB)|128|192|256|320|384|448|
266266
|Storage type|Local SSD|Local SSD|Local SSD|Local SSD|Local SSD|Local SSD|
267267
|IO latency (approximate)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|1-2 ms (write)<br>1-2 ms (read)|
268-
|Max data IOPS per pool \<sup>1<sup>|18,000|27,000|36,000|45,000|54,000|63,000|
268+
|Max data IOPS per pool \<sup>1</sup>|18,000|27,000|36,000|45,000|54,000|63,000|
269269
|Max log rate per pool (MBps)|60|90|120|120|120|120|
270270
|Max concurrent workers per pool (requests) **|420|630|840|1050|1260|1470|
271271
|Max concurrent logins per pool (requests) **|420|630|840|1050|1260|1470|
@@ -276,7 +276,7 @@ You can set the service tier, compute size, and storage amount using the [Azure
276276
|Read Scale-out|Yes|Yes|Yes|Yes|Yes|Yes|
277277
|Included backup storage|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|1X DB size|
278278

279-
\<sup>1<sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
279+
\<sup>1</sup> The maximum value for IO sizes ranging between 8 KB and 64 KB. Actual IOPS are workload-dependent. For details, see [Data IO Governance](sql-database-resource-limits-database-server.md#resource-governance).
280280

281281
\*\* 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.
282282

0 commit comments

Comments
 (0)