COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Framework Manager => Topic started by: rahulbhdj on 12 Jan 2017 11:38:04 AM

Title: model involving 3 or more schema
Post by: rahulbhdj on 12 Jan 2017 11:38:04 AM
Hi Guys,

Need to create a model involving tables from 3 or more different schemas. The schemas are in same database DB2. will it have performance issue? Any best practice to overcome that?
Appreciate your help!
Title: Re: model involving 3 or more schema
Post by: bus_pass_man on 12 Jan 2017 05:45:08 PM
Well you'd need to make sure that there are relationships between the appropriate objects in any schema with the related objects in the other schemas lest you end up with cross-joins. 

The answers in http://www.cognoise.com/index.php/topic,32212.0.html are valid for FM too.

With all other things being equal, having your reporting data base in a well-tuned data warehouse is best. 

You don't say what structure your data base is -- whether it's a dw or transactional.  The latter would be slower than the former usually.





Title: Re: model involving 3 or more schema
Post by: Invisi on 20 Jan 2017 04:53:03 AM
I agree; why does your DBA or data warehouse architect give you three schemas to get your data from? Usually your query layer (preferrably data marts with stars) will be in one schema.
Title: Re: model involving 3 or more schema
Post by: Dave_PH on 28 Jan 2017 08:46:43 AM
Or could you create aliases so Cognos see it as all 1 schema