Skip to content

Commit bbe14e9

Browse files
committed
misc edit
1 parent 23756b3 commit bbe14e9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ You might find some variation in maximum limits if your service happens to be pr
6363

6464
## Document limits
6565

66-
You can have approximately 24 billion documents per index on Basic, S1, S2, S3, L1, and L2 search services. For S3 HD, the limit is 2 billion documents per index. Each instance of a complex collection counts as a separate document in terms of these limits.
66+
Maximum number of documents per index are:
6767

68-
### Document size limits per API call
68+
+ 24 billion on Basic, S1, S2, S3, L1, and L2 search services.
69+
+ 2 billion on S3 HD.
6970

70-
The maximum document size when calling an Index API is approximately 16 megabytes.
71+
Each instance of a complex collection counts as a separate document in terms of these limits.
72+
73+
Maximum document size when calling an Index API is approximately 16 megabytes.
7174

7275
Document size is actually a limit on the size of the Index API request body. Since you can pass a batch of multiple documents to the Index API at once, the size limit realistically depends on how many documents are in the batch. For a batch with a single document, the maximum document size is 16 MB of JSON.
7376

@@ -89,7 +92,7 @@ Use the [GET Service Statistics](/rest/api/searchservice/get-service-statistics)
8992

9093
Vector limits vary by service creation date and tier. To check the age of your search service and learn more about vector indexes, see [Vector index size and staying under limits](vector-search-index-size.md).
9194

92-
### Storage quota (GB)
95+
#### Storage quota (GB)
9396

9497
This 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 came online starting in April 2024.
9598

@@ -108,7 +111,7 @@ This table shows the progression of storage quota increases in GB over time. Vec
108111

109112
<sup>4</sup> Higher capacity storage for more tiers and more regions. **Europe**: Germany North​, Germany West Central, Switzerland West​. **Azure Government**: Texas, Arizona, Virginia. **Africa**: South Africa North​. **Asia Pacific**: China North 3, China East 3.
110113

111-
### Vector quota per partition (GB)
114+
#### Vector quota per partition (GB)
112115

113116
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.
114117

0 commit comments

Comments
 (0)