dbTalk Databases Forums  

Performance of Fact Table on View

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Performance of Fact Table on View in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tristant
 
Posts: n/a

Default Performance of Fact Table on View - 05-19-2004 , 02:23 AM






Hi All,

I have a Sales Analysis OLAP system where the sales transaction is in
different currency while the analysis must be in local currency.
Since the exchange rate fluctuate from time to time, I don't want to update
fact table every time the rate changes, that is why I decide to use VIEW as
fact table.

Does any body know about performance drawbacks consideration of using View
as fact table ?

Thank you for your help,
Krist




Reply With Quote
  #2  
Old   
sweeper
 
Posts: n/a

Default Performance of Fact Table on View - 05-25-2004 , 11:02 AM






The obvious draw back will be time during processing
time, since the lookup for resolving the fact data is
accessed acrossed multiple tables at runtime,

However with todays processing power at hand should not
see serious performance issues whilst processing, other
areas of concern possibly could be when you try to drill
through to underlining data

All the regards in the world



Quote:
-----Original Message-----
Hi All,

I have a Sales Analysis OLAP system where the sales
transaction is in
different currency while the analysis must be in local
currency.
Since the exchange rate fluctuate from time to time, I
don't want to update
fact table every time the rate changes, that is why I
decide to use VIEW as
fact table.

Does any body know about performance drawbacks
consideration of using View
as fact table ?

Thank you for your help,
Krist



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.