Quote:
Originally Posted by mjjwatson
How do you know?
|
Because at one time I wrote an app that gave each user their own table...and before long I had an app with about 2,500 tables and it was growing daily. By the time I redesigned it to a more sensible format, I had 5 databases that did nothing but hold user tables, and there were ~12,000 tables spread among the 5 databases.
Trust me, don't do it this way. If you must, create a set of key tables and spread the users among them sequentially, but don't create a table for each user.