Hi, I am building a website that will have a large number of users, each with a “personal messageboard” feature. I want to know if it would be more efficient to give each user a dedicated table for storing their own data?
What is the performance impact of having many thousands of tables in MySQL?
Thanks,
Geoffrey Lee