You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/bestpractices/multitenancy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In this approach, data from all tenants is stored in a single shared table, with
17
17
18
18
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.
19
19
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).
21
21
22
22
However, alternative approaches may be more suitable if tenants have different data schemas or are expected to diverge over time.
0 commit comments