I’m reading the Microsoft SQL Server 2008R2 Analysis Services Operations Guide and have a question about chapter 7 Diagnosing and Optimizing.On page 63 (7.1.1.2 Relational Indexing for Dimension Processing) it’s advised to create a schema bound indexed view for the low cardinality attributes City and State of the Customer dimension. But what to do next with the view? What would be best practice towards the dimensional model? I’m missing the link between advised changes in the relational engine and consequences in the dimensional model / SSAS model.Is a snow flake schema the logical consequence? Or a separate City/State dimension, directly connected to the fact table?
↧