>I have an question about the design of a database. What is the best way
>to design tables. Is it better to create many small tables, or create
>fewer big tables. Which of those two options will get the best performance?
If you are asking whether to store the data all in one big table or a bunc
Alex croes said:
> I have an question about the design of a database. What is the best
> way to design tables. Is it better to create many small tables, or
> create fewer big tables. Which of those two options will get the
> best performance?
Don't worry about performance. If performance is real