Hello, We are using MySQL 5.0.44. When I run a stored procedure first time, it might take over a second. If I immediately rerun it, it takes milliseconds. Each subsequent rerun is also super fast. Why is this happening? Is there some
caching? I thought there is no stored procedure caching in mysql 5.0. The reason I'm asking is because I am trying to optimize a stored ...