Hello,
Does anyone thinks it's better to use one table for a lot of information, or use multiple tables to separate the info.
For example, I am going to be having different areas from all of the western states reporting recruiting activity each week. If there are five regions reporting in each week, and about 10 people in each region reporting, would you recommend just having all the info in one table seprated by a regional name, or have a separate table for each region?
My main question is: Does MySQL start to reach any sort of limit in the number of rows in a table that it can effectively process? If there were, say, 4,000 rows in a table, does that become a problem?
Lame question, I think. But thank you for your input, anyway.