hello
I want to create a bar-graph from a mysql table, the table consists of over 5 million entries. for each row i need to fetch around 5 fields, which gives me around 25'000'000 datasets (+10'000 / day). I'm wondering how fast the creation of the bars will be, and if there's any sense in creating the statistics dynamically or if I should write some perl script that runs each night and creates an image, which then would be faster for the user to see.
Anyone has any experience with this, speed issues, some hints about easily doing this and so on.
Thanks and gretings
sweeper