Hacker News new | ask | show | jobs
by Nick-Craver 3740 days ago
If you did different tables, that's even more complicated by making every query dynamic. It also makes backups, etc. far more complicated as well. Multiple databases is simply the simplest solution for multiple things that need a database with the same schema :)
1 comments

Appreciate the tip.