I have an expensive reporting query that can take 1-20+ seconds to run. (Depending on how much data it has)
Is there a way to kill a mysql process/query from running after a certain amount of time?
I see this:
Is this the best route? I have also read that I should try to improve my queries. I will look into this too, but I am just asking for suggestions on the best route.