Skip to content

Commit

Permalink
Merge pull request #2986 from yhmo/patch-26
Browse files Browse the repository at this point in the history
Update multi_tenancy.md
  • Loading branch information
liyun95 authored Jan 24, 2025
2 parents d4fd3fc + 4697a1b commit 9d5e127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/reference/multi_tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To recap, you can use either or some of the multi-tenancy strategies above to fo
| Database oriented | Strong | Strong | 64 |For those that require collections to vary with projects, especially suitable for data isolation between departments in your organization. |
| One collection for all | Weak | Medium | N/A |For those that have limited resources and are insensitive to data isolation. |
| One collection per tenant | Strong | Strong | Less than 10,000 |For those that have less than 10,000 tenants per cluster. |
| One partition per tenant | Medium | Strong | 4,096 |For those that have less than 4,096 tenants per collection. |
| One partition per tenant | Medium | Strong | 1,024 |For those that have less than 1,024 tenants per collection. |
| Partition-key-based | Medium | Strong | 10,000,000+ |For those that predict a rapid tenant increase into millions. |

## What's next
Expand Down

0 comments on commit 9d5e127

Please sign in to comment.