Multi-tenancy
Written by:
Published on:
Filed under: Monitoring
Comments: None

The concept of multitenancy is widely mentioned in modern architectures, especially with the growth of cloud computing. Multitenancy is an architecture in which a single instance of application runs on a server and serves multiple tenants. Tenants are groups of users who share a common access with specific privileges to the application instance. Application designed with a multitenant architecture provides every tenant a dedicated share of the instance – including its data, configuration, user management, tenant individual functionality and non-functional properties.