COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Framework Manager => Topic started by: bloggerman on 27 May 2011 02:49:34 AM

Title: Loops - Performance
Post by: bloggerman on 27 May 2011 02:49:34 AM
Do loops in FM cause performance issues?
Title: Re: Loops - Performance
Post by: blom0344 on 27 May 2011 03:09:41 AM
Possibly, but the main issues with loops is that it involves a set of joins that often results in returning just a subset of data expected. Performance may also suffer with very large tables in volved
Title: Re: Loops - Performance
Post by: bvk.cognoise on 27 May 2011 03:12:00 AM
Loop is closed path in reportnet it called as ambiguous relationship. That means a query subject contains multiple paths to retrieve the data. It is an exception to resolve to create a shortcut on that query subject otherwise it displays wrong results in reports and performance is degrades


thanks

bvk
Title: Re: Loops - Performance
Post by: bloggerman on 27 May 2011 09:20:33 AM
Thanks. Still wonder how it would effect performance.
Title: Re: Loops - Performance
Post by: cognostechie on 27 May 2011 11:38:39 AM
because it may involve more joins than required and also the way those joins get involved with each other and the resulting SQL written.
Title: Re: Loops - Performance
Post by: cogcurious on 30 Oct 2011 09:27:44 AM
When we say there are alternate paths between two query subjects, the source and the targets have to be two facts or two dimensions or can be any two query subjects