Good morning MyDBR team:
We have few reports that sometimes takes too long to show the data, when this happens myDBR can't show any other report.
We want to configure MyDBR to wait only 60 seconds, if the query takes more than that automatically kill the process.
I didn't find anything in MyDBR documentation, do you have this option to set the maximum running time for a report?
I tried adding this statemente before the select, but it didn't work:
SET STATEMENT max_statement_time = 60 FOR
SELECT ....
Thanks for your help