BusinessObjects Board

Need Help.....For performance

Hi Guys,

the report we using has lots of data, 4 reports in 1 report. we already splited the report as East and West but still my client asking me to increase the performance, Can anyone please help me in that, Any hints is Appriciated.

Thanks
VIajy


vijay84 (BOB member since 2009-07-09)

Hi VIajy,
I assume that you mean 4 queries in one report.
If the delay is:-
query execution then : specify query plans, refer to your database manuals,

data retrieval the : reduce the amount of data by improving queries,
: get a better dataline

report computation then : move processing back to server
: reduce report complexity
: improve variable computation efficiencies
: get a faster machine

What sort of improvement are you looking for, how many rows are returned? Perhaps there is no significant improvement possible,

Mick


mikca :australia: (BOB member since 2005-12-16)

Hi,

Check also this Reporter’s FAQ:


Marek Chladny :slovakia: (BOB member since 2003-11-27)