Hi,
I have a site that gives an oversight of sport tournaments in 2 countries.
It stores the tournaments in a sql db wich is editable with phpmyadmin.
Now I want to expand the site to not only tournaments but also camps, lessons,... in the sports.
While thinking about that I realised that the desing of the db that should store all the those sport events isn't that straightforward anymore and that I could use some help with it.
here is what it should have:
3 categories: camps, tournaments, lessons.
sports: volleyball, soccer, basketball,...
as I see it there ar 2 options but I wonder what is best?
db1: all the events in one table,
but with options I will add later on (language, country,...) I am affraid that it will become a verry large table and as a result slow to search/edit and so on?
db2: a seperate table for eact category:
looks better, but I still wonder if this is the way to go.
Any help or suggestion is welcome.
keep in mind that I expect those tables to become large..( hundreds per sport per category)