hi, since my last question in regards of designing databases for a virtual stock exchange site, my site has grown quite a bit after 2 months. thanks for the advices. (plug: www.xmoo.com)
anyway, i'm now working on a ranking system, which, at the end of each day, i'll run a script to gather all players' info and do the calculation etc. my question is, in terms of speed and efficiency, which of the following options is better?
1) DELETE the whole table, and let the script INSERT each player's stats again.
2) UPDATE the table with new info gathered by the script, with the use of WHERE player=""
of course other suggestions are welcome.
thanks
will.