Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M2167

Multi-tenancy

Multi-tenancy
BusinessHigh supportEconomics
Included
account_tree

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

psychology

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

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/1

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/MultitenancyZH · Explicit
    verified

RELATED MODELS