Ask HN: How to scale a multi tenant app that uses a db per tenant

Ask HN: How to scale a multi tenant app that uses a db per tenant

4 by aszen | 0 comments on Hacker News.

We have a multi tenant application which uses a db for each tenant, how do scale it to support 1000s of tenants. Managing dbs for each tenant seems a lot of work. MySQL server has a limit on how many databases you can create on a single server. Also how to make sure each tenants load stays balanced, and one tenants worse performance does not affect another.



Comments

Popular posts from this blog

Ask HN: Do I have to know in advance on how to make money from a side project?