Skip to content

Commit c53b08b

Browse files
Merge pull request #130 from HeidiSteen/heidist-rag
[azure search] Partition limit updates in the vector quota section
2 parents 0b40664 + f2ad4bd commit c53b08b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/search/search-limits-quotas-capacity.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,15 @@ Vector limits vary by service creation date and tier.
9090

9191
#### Storage quota (GB)
9292

93-
This table repeats [partition storage limits](#service-limits) for context. The table shows the progression of storage quota increases in GB over time. Vector quota is per partition, so the increase in vector quota is bound to the increase in per-partition storage for each tier. Higher capacity partitions were brought online starting in April 2024.
93+
This table repeats [partition storage limits](#service-limits) for context. The table shows the progression of storage quota increases in GB over time. Vector quota is per partition, so the increase in vector quota is bound to the increase in per-partition storage for each tier.
9494

95-
| Service creation date |Basic | S1| S2 | S3 | L1 | L2 |
95+
Higher capacity partitions were brought online starting in April 2024. Standard 3 (S3) and Standard 3 High Density (S3HD) have the same storage and partition limits.
96+
97+
| Service creation date |Basic | S1| S2 | S3/HD | L1 | L2 |
9698
|-----------------------|------|---|----|----|----|----|
97-
|**Before July 1, 2023** <sup>1</sup> | 2 | 25 | 100 | 200 | 1,000 | 2,000 |
98-
| **July 1, 2023 through April 3, 2024** <sup>2</sup>| 2 | 25 | 100 | 200 | 1,000 | 2,000 |
99-
|**April 3, 2024 through May 17, 2024** <sup>3</sup> | 15 | 160 | 350 | 700 | 1,000 | 2,000 |
99+
|**Before July 1, 2023** <sup>1</sup> | 2 | 25 | 100 | 200 | 1,024 | 2,048 |
100+
|**July 1, 2023 through April 3, 2024** <sup>2</sup>| 2 | 25 | 100 | 200 | 1,024 | 2,048 |
101+
|**April 3, 2024 through May 17, 2024** <sup>3</sup> | 15 | 160 | 512 | 1,024 | 1,024 | 2,048 |
100102
|**After May 17, 2024** <sup>4</sup> | 15 | 160 | 512 | 1,024 | 2,048 | 4,096 |
101103

102104
<sup>1</sup> Partition sizes during early preview.
@@ -111,7 +113,7 @@ This table repeats [partition storage limits](#service-limits) for context. The
111113

112114
This table shows the progression of vector quota increases in GB over time. The quota is per partition, so if you scale a new Standard (S1) service to 6 partitions, total vector quota is 35 multiplied by 6.
113115

114-
| Service creation date |Basic | S1| S2 | S3 | L1 | L2 |
116+
| Service creation date |Basic | S1| S2 | S3/HD | L1 | L2 |
115117
|-----------------------|------|---|----|----|----|----|
116118
|**Before July 1, 2023** <sup>1</sup> | 0.5 | 1 | 6 | 12 | 12 | 36 |
117119
| **July 1, 2023 through April 3, 2024** <sup>2</sup>| 1 | 3 | 12 | 36 | 12 | 36 |

0 commit comments

Comments
 (0)