Skip to content

Commit a5e1ebd

Browse files
committed
Added S3 HD index limit, fixed ms.custom warning
1 parent de33e5a commit a5e1ebd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/search/search-create-service-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
12+
- references_regions
1213
ms.topic: conceptual
1314
ms.date: 04/03/2024
14-
ms.custom: references_regions
1515
---
1616

1717
# Create an Azure AI Search service in the portal

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Maximum limits on storage, workloads, and quantities of indexes and other object
4747
| Maximum [suggesters](/rest/api/searchservice/suggesters) per index |1 |1 |1 |1 |1 |1 |1 |1 |
4848
| Maximum [scoring profiles](/rest/api/searchservice/add-scoring-profiles-to-a-search-index) per index |100 |100 |100 |100 |100 |100 |100 |100 |
4949
| Maximum functions per profile |8 |8 |8 |8 |8 |8 |8 |8 |
50-
| Maximum index size&nbsp;<sup>4</sup> | N/A | N/A | N/A | 1.92 TB | 2.4 TB | N/A | N/A | N/A |
50+
| Maximum index size&nbsp;<sup>4</sup> | N/A | N/A | N/A | 1.92 TB | 2.4 TB | 100 GB| N/A | N/A |
5151

5252
<sup>1</sup> Basic services created before December 2017 have lower limits (5 instead of 15) on indexes. Basic tier is the only tier with a lower limit of 100 fields per index.
5353

5454
<sup>2</sup> The upper limit on fields includes both first-level fields and nested subfields in a complex collection. For example, if an index contains 15 fields and has two complex collections with five subfields each, the field count of your index is 25. Indexes with a very large fields collection can be slow. [Limit fields and attributes](search-what-is-an-index.md#physical-structure-and-size) to just those you need, and run indexing and query test to ensure performance is acceptable.
5555

5656
<sup>3</sup> An upper limit exists for elements because having a large number of them significantly increases the storage required for your index. An element of a complex collection is defined as a member of that collection. For example, assume a [Hotel document with a Rooms complex collection](search-howto-complex-data-types.md#indexing-complex-types), each room in the Rooms collection is considered an element. During indexing, the indexing engine can safely process a maximum of 3,000 elements across the document as a whole. [This limit](search-api-migration.md#upgrade-to-2019-05-06) was introduced in `api-version=2019-05-06` and applies to complex collections only, and not to string collections or to complex fields.
5757

58-
<sup>4</sup> On most tiers, maximum index size is all available storage on your search service. For S2 and S3, maximum size of any index is the number provided in the table. Applies to search services created after April 3, 2024.
58+
<sup>4</sup> On most tiers, maximum index size is all available storage on your search service. For S2, S3, and S3 HD, the maximum size of any index is the number provided in the table. Applies to search services created after April 3, 2024.
5959

6060
You might find some variation in maximum limits if your service happens to be provisioned on a more powerful cluster. The limits here represent the common denominator. Indexes built to the above specifications are portable across equivalent service tiers in any region.
6161

@@ -85,7 +85,9 @@ The table describes the vector index size quota per partition across the service
8585
+ Amount of each partition (in GB) available for vector indexes (created when you add vector fields to an index).
8686
+ Approximate number of embeddings (floating point values) per partition.
8787

88-
Use the [GET Service Statistics](/rest/api/searchservice/get-service-statistics) to retrieve your vector index size quota. See our [documentation on vector index size](vector-search-index-size.md) for more details.
88+
Use the [GET Service Statistics](/rest/api/searchservice/get-service-statistics) to retrieve your vector index size quota or review the **Indexes** page or **Usage** tab in the Azure portal.
89+
90+
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).
8991

9092
### Vector limits on services created after April 3, 2024 in supported regions
9193

includes/azure-search-limits-per-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ms.custom: include file
1111
---
1212

13-
Search service limits for storage, partitions, and replicas vary by service creation data, with higher limits for newer services in supported regions.
13+
Search service limits for storage, partitions, and replicas vary by service creation date, with higher limits for newer services in supported regions.
1414

1515
A search service is subject to a maximum storage limit (partition size multiplied by the number of partitions) or by a hard limit on the [maximum number of indexes](../articles/search/search-limits-quotas-capacity.md#index-limits) or [indexers](../articles/search/search-limits-quotas-capacity.md#indexer-limits), whichever comes first.
1616

0 commit comments

Comments
 (0)