sql server - can I use a view as fact table
2 posters
Page 1 of 1
sql server - can I use a view as fact table
I know that in terms of processing data into the cube it is no big deal, but does this make sense from the relational warehousing side?
thanks
hurrican3dev- Posts : 17
Join date : 2012-08-26
Re: sql server - can I use a view as fact table
It all depends on the view. If it is simply a different representation of an existing fact (such as calculating derived measures) sure, there is usually little or no impact on performance. If the view performs significant transformation, such a joins, use of windowing functions, etc, there may be significant performance impacts.
Similar topics
» How do I join a role playing date dimension view with a Fact table in SQL Server?
» Relationship between view-dimension and fact table
» Integrating new fact table which has one to many relationship with the main fact table in existing star schema
» Partitioning Large MS SQL-Server FACT table
» Transaction fact table and Sql server analysis services calculated measure
» Relationship between view-dimension and fact table
» Integrating new fact table which has one to many relationship with the main fact table in existing star schema
» Partitioning Large MS SQL-Server FACT table
» Transaction fact table and Sql server analysis services calculated measure
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum