Multi-tenancy
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
Refers to multiple customers (tenants) sharing the same software instance and database, but their data is logically isolated. This is much cheaper than deploying a separate system for each customer (single-tenancy).
SCAFFOLDING EFFECT
Reduce cognitive load
The engine of economies of scale. The core reason SaaS is profitable lies in multi-tenancy. When designing services, consider how to serve N customers with one set of resources, rather than customizing a set of resources for each customer.
Anchor fast decisions
Multi-tenancy means one software instance serves multiple customers (tenants), with logical data isolation and shared resources. The mechanism is isolation boundaries plus shared infrastructure to reduce costs.
MINIMUM ACTION
In progress 0/1Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Multitenancyverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS