Multi-Tenant Architecture

Multi-Tenant Architecture

Multi-Tenant Architecture

Multi-tenant systems host many customers on common infrastructure, separating data through access controls, database partitioning, and encryption. It is the standard model for software as a service.

Isolation quality determines whether separation is effective.

Alternative Names:

Multitenancy, Shared Infrastructure

Why it Matters?

Multi-tenancy is not inherently less secure, and properly implemented isolation satisfies most requirements at substantially lower cost than dedicated infrastructure. The diligence question is whether isolation extends to every layer including search indexes, analytics, backups, and any AI retrieval, since separation at the document store alone leaves derived artifacts potentially crossing tenant boundaries.

Frequently Confused with

Related terms

Frequently asked questions

Is multi-tenancy less secure?

Is multi-tenancy less secure?

Not inherently. Properly implemented logical isolation is widely accepted, and the question is whether isolation covers every layer.

What should diligence cover?

What should diligence cover?

Whether isolation extends to search indexes, analytics, backups, and AI retrieval, not only to the primary document store.