Skip to content

Commit c11ea4d

Browse files
committed
update
1 parent 42907d5 commit c11ea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/multi-tenancy-vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For a higher density of tenants and lower isolation, the partition key-per-tenan
5555
- **Better Resource Allocation:** Evenly distributes workloads, minimizing bottlenecks for high tenant counts.
5656

5757
**Considerations:**
58-
- If tenants have very few HPK, this can lead to bottlenecks since all documents with the same first-level key will write to the same physical partition(s).
58+
- If applications have very few tenants and use hierarchical partitioning, this can lead to bottlenecks since all documents with the same first-level key will write to the same physical partition(s).
5959

6060
**Example:**
6161
ResearchHub can stratify data within each tenant’s partition by organizing it at various levels such as "DepartmentId" and "ResearcherId," facilitating efficient management and queries.

0 commit comments

Comments
 (0)