Browse Source

Update Post.md

pull/22082/head
Yağmur Çelik 1 year ago
committed by GitHub
parent
commit
a545147d1c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md

2
docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md

@ -2,8 +2,6 @@
This article discusses whether you need a multi-tenancy architecture for your next project. Answer my critical questions to decide if multi-tenancy suits your application or not!
![Cover image](cover.png)
## What’s Multi-tenancy?
It’s an architectural approach to building SaaS solutions. In this model, the hardware and software resources are shared between tenants, and application data is virtually or physically isolated between tenants. Here, **the main goal is minimizing costs and maximizing customer count**.

Loading…
Cancel
Save