Skip to content
NoDust.ai

Glossary

Single tenancy

An architecture where each customer has a dedicated application instance and database.

Single tenancy gives isolation at the infrastructure level: dedicated compute, dedicated data stores, independent upgrade timing and the option of client-specific behaviour without affecting anyone else.

It costs more to run and to maintain, because there are as many deployments as customers. It is chosen when isolation, residency or customization requirements outweigh that cost.