> I came across the same dilemma as Geoff, but rather than turn stats off > and remove the graphs from the myFarcry page, I wrote a simple script to > purge any stats (and search stats) older than 31 days (45 days on one > server).
If you still want the data, but find putting it all in one table was a bad idea (performance-wise), you could possibly break it down into smaller tables using the merge table type in mySQL. I'm sure other databases have an equivalent. http://dev.mysql.com/doc/mysql/en/merge-storage-engine.html then i can have a smaller table for each month or something like that. Just a thought. --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
