Skip to content

Commit 4a60fb7

Browse files
authored
Merge pull request #193564 from HeidiSteen/heidist-fix
[azure search] Service limits update, S1-3 support 3K fields
2 parents ccc6d93 + 23478be commit 4a60fb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 03/30/2022
11+
ms.date: 03/31/2022
1212
---
1313

1414
# Service limits in Azure Cognitive Search
@@ -36,15 +36,15 @@ Maximum limits on storage, workloads, and quantities of indexes and other object
3636
| Resource | Free | Basic&nbsp;<sup>1</sup> | S1 | S2 | S3 | S3&nbsp;HD | L1 | L2 |
3737
| -------- | ---- | ------------------- | --- | --- | --- | --- | --- | --- |
3838
| Maximum indexes |3 |5 or 15 |50 |200 |200 |1000 per partition or 3000 per service |10 |10 |
39-
| Maximum simple fields per index&nbsp;<sup>2</sup> |1000 |100 |1000 |1000 |1000 |1000 |1000 |1000 |
39+
| Maximum simple fields per index&nbsp;<sup>2</sup> |1000 |100 |3000 |3000 |3000 |1000 |1000 |1000 |
4040
| Maximum complex collections per index |40 |40 |40 |40 |40 |40 |40 |40 |
4141
| Maximum elements across all complex collections per document&nbsp;<sup>3</sup> |3000 |3000 |3000 |3000 |3000 |3000 |3000 |3000 |
4242
| Maximum depth of complex fields |10 |10 |10 |10 |10 |10 |10 |10 |
4343
| Maximum [suggesters](/rest/api/searchservice/suggesters) per index |1 |1 |1 |1 |1 |1 |1 |1 |
4444
| Maximum [scoring profiles](/rest/api/searchservice/add-scoring-profiles-to-a-search-index) per index |100 |100 |100 |100 |100 |100 |100 |100 |
4545
| Maximum functions per profile |8 |8 |8 |8 |8 |8 |8 |8 |
4646

47-
<sup>1</sup> Basic services created before December 2017 have lower limits (5 instead of 15) on indexes. Basic tier is the only SKU with a lower limit of 100 fields per index.
47+
<sup>1</sup> Basic services created before December 2017 have lower limits (5 instead of 15) on indexes. Basic tier is the only SKU with a lower limit of 100 fields per index. You might find some variation in maximum limits for Basic if your service is provisioned on a more powerful cluster. The limits here represent the common denominator. Indexes built to the above specifications will be portable across service tiers in any region.
4848

4949
<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 5 subfields each, the field count of your index is 25.
5050

0 commit comments

Comments
 (0)