Page 1 of 1

Report generation - Query parallelism

Posted: Fri Feb 26, 2021 8:15 am
by mosoul
Hi,

We have a report with multiple SQL Query, each query take long to compute.
We saw that every query is launch sequentially.
There is a way to launch them in parallel ?

Thanks.
Morgan SOULLEZ

Re: Report generation - Query parallelism

Posted: Mon Mar 01, 2021 7:53 am
by Lech Kulikowski
Hello,

Unfortunately, that feature is not available.

You can retrieve all necessary data as you needed in your code and then provide it to the report as DataSet with the RegData() method.

Thank you.