COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: otsizh on 13 Oct 2005 03:15:49 PM

Title: [Closed]performance reports in report Studio
Post by: otsizh on 13 Oct 2005 03:15:49 PM
Hello,

I developed couple reports in Report Studio (Report Net). Some of them are running fast, but some of them take 3 min to display one page.

What should I check, and how can I improve performance of my reports??
How should I Analise SQL generated in report?
I have no acsees to Framwork Manager level
When we run SQL in the Query Analyser it is always returns result fast.

thank you for any suggestions.
Title: Re: performance reports in report Studio
Post by: BIsrik on 14 Oct 2005 06:54:12 AM
Check on the sql. Preferrable cognos sql if ur model is set on that. Check the where clause, order by and so on...

Srik
Title: Re: performance reports in report Studio
Post by: wink on 14 Oct 2005 12:49:37 PM
By any chance you're using aggregates (totals etc) in your report? Just give this a try: change the fact item aggregation to calculated instead of total / automatic etc etc.... if it works I'll explain why it works....

Regards, wink
Title: Re: performance reports in report Studio
Post by: CoginAustin on 14 Oct 2005 09:30:08 PM
can you explain anyways :)

Title: Re: performance reports in report Studio
Post by: sir_jeroen on 15 Oct 2005 09:51:38 AM
Yep, that would be nice to know!!
Title: Re: performance reports in report Studio
Post by: otsizh on 17 Oct 2005 07:25:59 AM
How can I improve the performance becides changing aggregations?
Title: Re: performance reports in report Studio
Post by: sir_jeroen on 18 Oct 2005 02:02:23 PM
You could change processing mode from limited local to database only.
Try to use as much "case when ... " instead of "if then...". But keep in mind that this requires more from your database...