Hi. Which is perferred (in terms of safty, speed, connection limit if it applies)
having 1 database with lots of tables
or many databases with not as many talbes.
?
I guess it's all the same.
1 database makes foreign key constraints possible.
But if you have that much tables you might want to check if you normalized your database enough.