Multi-Tenant
Architecture where multiple customers share a software instance.
Multi-tenant is a software architecture where multiple customers (tenants) use the same application instance, but their data is strictly separated. This enables efficient resource utilization and easy maintenance – it's the standard for SaaS applications.