smoky989
Programmer
- Jan 9, 2003
- 3
I am running a website for a hockey league I am in and I want to keep track of the stats. I have no problem with the PHP programming or mysql databases.
I want to keep all time stats and with a potential 2000 entries per season (3 seasons per year) the entries will add up over time. The stats will be entered along with a player id.
Now if I have a page for a player and it has to search 20,000 entries, will that slow down the page and script significantly? I would strongly imagine no but I'm not really sure the limitations of mysql databases.
Thanks for your thoughts
I want to keep all time stats and with a potential 2000 entries per season (3 seasons per year) the entries will add up over time. The stats will be entered along with a player id.
Now if I have a page for a player and it has to search 20,000 entries, will that slow down the page and script significantly? I would strongly imagine no but I'm not really sure the limitations of mysql databases.
Thanks for your thoughts