Skip to content

Commit c6792ec

Browse files
Merge pull request #273120 from HeidiSteen/heidist-freshness
[azure search] Removed obsolete table in multitenancy article
2 parents 15943f7 + 45824ab commit c6792ec

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

articles/search/search-modeling-multitenant-saas-applications.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 01/18/2024
11+
ms.date: 04/23/2024
1212
---
1313

1414
# Design patterns for multitenant SaaS applications and Azure AI Search
@@ -40,15 +40,6 @@ Adding and removing partitions and replicas at will allow the capacity of the se
4040

4141
There are a few different [pricing tiers](https://azure.microsoft.com/pricing/details/search/) in Azure AI Search, each of the tiers has different [limits and quotas](search-limits-quotas-capacity.md). Some of these limits are at the service-level, some are at the index-level, and some are at the partition-level.
4242

43-
| | Basic | Standard1 | Standard2 | Standard3 | Standard3 HD |
44-
| --- | --- | --- | --- | --- | --- |
45-
| **Maximum Replicas per Service** |3 |12 |12 |12 |12 |
46-
| **Maximum Partitions per Service** |1 |12 |12 |12 |3 |
47-
| **Maximum Search Units (Replicas*Partitions) per Service** |3 |36 |36 |36 |36 (max 3 partitions) |
48-
| **Maximum Storage per Service** |2 GB |300 GB |1.2 TB |2.4 TB |600 GB |
49-
| **Maximum Storage per Partition** |2 GB |25 GB |100 GB |200 GB |200 GB |
50-
| **Maximum Indexes per Service** |5 |50 |200 |200 |3000 (max 1000 indexes/partition) |
51-
5243
#### S3 High Density
5344

5445
In Azure AI Search’s S3 pricing tier, there's an option for the High Density (HD) mode designed specifically for multitenant scenarios. In many cases, it's necessary to support a large number of smaller tenants under a single service to achieve the benefits of simplicity and cost efficiency.

0 commit comments

Comments
 (0)