Skip to content

Commit 043342c

Browse files
authored
Update multitenancy.md
1 parent d4deaab commit 043342c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/bestpractices/multitenancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this approach, data from all tenants is stored in a single shared table, with
1717
1818
By consolidating all tenant data into a single table, storage efficiency is improved through optimized data compression and reduced metadata overhead. Additionally, schema updates are simplified since all data is centrally managed.
1919

20-
This method is particularly effective for handling a large number of tenants.
20+
This method is particularly effective for handling a large number of tenants (potentially millions).
2121

2222
However, alternative approaches may be more suitable if tenants have different data schemas or are expected to diverge over time.
2323

0 commit comments

Comments
 (0)