I have a very complex analysis, which requires a lot of execution time, something like 35-40 minutes.
After the execution, I need the export of the result, in PDF, the problem is that it start another time the execution of the query….
It is possible avoiding th rerun of the qery, before the export ?
In the Advance section I have set in the space for Prefix this conditions:
SET VARIABLE DISABLE_CACHE_HIT=0, DISABLE_CACHE_SEED=0;
but nothing changed.
It is very mandatory solve this issue, for the usability of the analysis, avoiding the restart of the query execution, any idea ?
Many thanks.
Fabio