Dynamically Mapping Tenant Requests to Tenant Databases in Multi-Tenant Web Applications
In a multi-tenant environment the application database is usually partitioned by tenants. This is done to achieve isolation and scalability. The problem of course is how do you route tenant requests to the correct databases?