BusinessObjects Board

Improve Performance of report any suggestions

Hi

I am testing the performance of a Report it has 8 tabs quarterly gross and net,monthly gross and net and 14 drill filters . Is there any way i can improve its performance like a deski solution, any other way in webi i can do that anything will help guys.


johnedward (BOB member since 2008-04-04)

change the columns width to fix number, any iterative formulas convert to variables, try to reduce the number of queries, complex calculations try to move to the database.


Marfi :poland: (BOB member since 2006-12-18)

Hi,
Are you concerned with the database performance like the time in which the date should be retreived.

because performance of the report may depend upon time taken to refresh the report as well.


Omkar Paranjpe :us: (BOB member since 2006-02-13)

Also do try to do the calculations at the universe level itself.

Clean up your report by deleting the unused formulas and variables if any.


Jansi :india: (BOB member since 2008-05-12)

Report performance can be categorized in a number of sections as:

  1. Database Query response time.
  2. Online formulae calculations time on the Webi Report server.
  3. The delay between fetching the records from the DB server to the Web Server

Check the chances for query optimization by seeing the query generated, your DBA will help you in the Execution plan.


krish007 :india: (BOB member since 2006-10-06)

Please, see this oldie but goldie FAQ entry Why is my report so slow.


Andreas :de: (BOB member since 2002-06-20)