Browse Source

Update Post.md

pull/20692/head
Ebicoglu 2 years ago
parent
commit
cdb919aac7
  1. 2
      docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/Post.md

2
docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/Post.md

@ -19,7 +19,7 @@ It’s an architectural approach to building SaaS solutions. In this model, the
## Multi-tenant Application Development is Hard - Reconsider!
## Multi-tenant Development is Hard - Reconsider!
**Developing a multi-tenant application is harder** compared to non-multi-tenant applications. You add `TenandId` to all your shared entities. And each time you make a query, you need to filter by `TenantId`. There is an increased risk of security breaches if one tenant's data is compromised. Multi-tenancy can limit the extent of customization available to each tenant since they all operate on the same core infrastructure. Also, in a microservice environment, things get two times more complicated. So you should carefully consider if you need multi-tenancy or not. Sometimes, I got questions like;

Loading…
Cancel
Save