View Single Post
Old Jul 8th, 2007, 2:34 AM   #3
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3 Jimbo is on a distinguished road
Yes, there is a level at which performance is affected by the number of tables; how much it's affected, I don't know. Your design is very inefficient though. You'd need a table to keep track of what tables you have; why not just keep the data all inside one table (or a small number of tables)?
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote