Multi-tenant Architecture
In a Multi-tenant architecture there are three ways of storing tenant information in database. Separate DB for each tenant Separate Schema (tables) for each tenant Shared Schema (tables) for all tenants Following table gives a comparison of this three approaches. Parameter Shared Schema Separate Schema Separate DB Number of end-customers High Medium Low Different… Read More Multi-tenant Architecture