COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: BIsrik on 07 Oct 2005 10:21:51 AM

Title: [Closed]Tabular reference for Performance tuning
Post by: BIsrik on 07 Oct 2005 10:21:51 AM
Hi,

I have list report and query1 associated with the list. i now create a new query by query2 which contains a Tabular reference to query1. i associate a cross-tab to query2.

when i run the report...how is the execution going on. i mean there would be two sqls one for query1 and other for query2.

Is that both the sqls execute and create the report or only the sql in query1 execute and the values are copied to query2.

Srik
Title: Re: Tabular reference for Performance tuning
Post by: sir_jeroen on 09 Oct 2005 04:38:05 PM
I think that q1 is executed twice... you could try local caching to relief the db server.. But try it and watch the server... Then you'll be certain...
Title: Re: Tabular reference for Performance tuning
Post by: BIsrik on 11 Oct 2005 12:54:26 AM
Thats the problem i don't have the access to the server at all....Any other means of checking that...

Srik
Title: Re: Tabular reference for Performance tuning
Post by: sir_jeroen on 11 Oct 2005 05:37:14 AM
you can set that in Report Studio... under query explorer...
Title: Re: Tabular reference for Performance tuning
Post by: BIsrik on 11 Oct 2005 07:39:03 AM
yeah got that...use local cache for this purpose...

Srik