Hi,
I've been working on some reports that take a fair amount of time to return due to some complicated database calculation.
The SP I am using actually calls a number of views, and including all the formatting calls, returns over 40 select statements.
The report would render in MyDBR in 2-3 sections.
I've recently had problems with this as this tho, as it seems to hang permanently after the first return has happened.
When I run the report in MySQL workbench, the total calculation time for all stages of the view are about 60s/75s... but critically - it does return and with correct data.
The MyDBR report half renders with correct data, but if you wait for the remaining selects to return (and track them in MyDBR management), MyDBR does not update.
To my understanding, no code has changed and this has only recently become a problem.
The data set will have increased a little, so my theory is that I'm hitting a timeout somewhere (perhaps php). Do you have any suggestions on how to troubleshoot this?
Cheers
Rick