COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => BI Modeling (Transformer) => Topic started by: dssd on 24 Aug 2011 06:20:51 PM

Title: Performance in Transformer
Post by: dssd on 24 Aug 2011 06:20:51 PM
If i have data in excel and same amount of data in the database, then which would give better performance in transformer.
Title: Re: Performance in Transformer
Post by: twlarsen on 25 Aug 2011 01:25:09 PM
How much data are you talking about?  If it's small enough to fit in excel, theres probably not a noticeable performance difference.
Title: Re: Performance in Transformer
Post by: cognostechie on 27 Aug 2011 08:01:12 PM
EXCEL without a doubt !

However, when you talk about this, this performance is about time taken to build the cube, not the the time taken to query the data from the cube !!
Title: Re: Performance in Transformer
Post by: dssd on 29 Aug 2011 07:11:17 PM
Why excel? I would have thought Database, since we could have used indexes while data retrieval
Title: Re: Performance in Transformer
Post by: cognostechie on 20 Sep 2011 08:05:39 PM
because Excel is a flat file so the data is read faster. Even if you have indexes in the DB, the DB still has other processes running when you try to retrieve the data and the DB is always in multi-user mode whereas Excel file is always in a single user mode.