BusinessObjects Board

how to improve the performance of the report

Hi,

I have one report and its taking 30 secs to retreive the data. but the requiremnet is like it should take only 15 secs.

First it was taking 40 secs. After analysing the tables and indexes its taking 30 secs. but it should be 15 secs. Any idea?
I am using one Materialized View and two dimension tables for the report. MV is built on fact table.

Thanks,
Suganthi


Sugpalan :india: (BOB member since 2008-06-02)

Hi

You just check the chances for query optimization by seeing the query generated, your DBA will help you in that front using the Execution plan.

Regards

Siva.M


looksmee :uk: (BOB member since 2006-02-08)

Please, find this Reporter FAQ entry: Why is my report so slow


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

have you considered index awareness?


johnwxyz (BOB member since 2008-01-26)

Also check your machine config…


Msb :india: (BOB member since 2008-02-15)

Thanks everyone. Issue is resolved. I was using a filter in the query and that column is from Fact Table which has huge data. Now I took the same column from dim table and added it in the filter. Report is taking only 12 secs now.

Thanks,
Suganthi


Sugpalan :india: (BOB member since 2008-06-02)