Hello to all,
I am setting up a system to host WordPress blogs for users of a site I run. Right now, things are functioning pretty well within one database and different blogs running with their own prepended tables (user1_posts
, user_posts
, etc).
Despite this working so far, it feels a bit messy. If this database were to have 4000 tables, would that be an issue? Would it be better to split that into 400 databases? (Or am I missing a smarter way of doing this?)
Thank you!