#1 2021-06-11 08:10:33

hawk_system97
Member
Registered: 2021-06-11

Delay in processing reports

Greetings,

I'm facing a lenghty process in processing reports via email in RS  (more than an hour). I'd like to know how could the processing time be reduced.
Note that not all reports take long, just two.

Thank you.

Last edited by hawk_system97 (2021-06-11 09:03:54)

Offline

#2 2021-06-11 09:04:31

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Delay in processing reports

Hi hawk_system97,

I suppose that executing this same report takes long too, as sending a report per email ist firstly executing the report and then sending it per email. You should work on this report's execution performance (DB, cache, etc). You could also pre-load results e.g. every night into a temp table, and then execute the report on this table instead of querying the "real" tables.

The response time of the BI Systems should be fast enough for the user not to become impatient (ideally). This can be achieved in most of the cases known to us be preprocessing the requested dataset prior to access by reportserver (i.e. overnight). If you deal with millions of rows you might as well consider using a columns store to achieve fast results for the given set of selected columns.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB