Monday, May 25, 2020

New comment by simonw in "Ask HN: Has anybody shipped a web app at scale with 1 DB per account?"

This is pretty much how WordPress.com works - or used to work, I don't know if they changed this.

Each account gets its own set of database tables (with a per-account table prefix) which are located in the same database. Upgrades can then take place on an account-by-account basis. They run many, many separate MySQL databases.



from Hacker News - New Comments: "WordPress" https://ift.tt/2TCtvL2
via IFTTT

No comments:

Post a Comment

GitHub Accidentally Deletes Slack and Teams Subscriptions

Article URL: https://www.githubstatus.com/incidents/2nmfnbknhlnv Comments URL: https://news.ycombinator.com/item?id=48416936 Points: 46 ...