Latest Author Articles
| Analysis Services Many-to-Many Dimensions: Query Performance Optimization Techniques |
| Written by Dan Hardan, Erik Veerman, Carl Rabeler | |
| Friday, 21 December 2007 18:05 | |
|
Many-to-many dimension relationships in SQL Server 2005 Analysis Services (SSAS) enable you to easily model complex source schemas and provide great analytical capabilities. This capability frequently comes with a substantial cost in query performance due to the runtime join required by Analysis Services to resolve many-to-many queries. This best practices white paper discusses three many-to-many query performance optimization techniques, including how to implement them, and the performance testing results for each technique. It demonstrates that optimizing many-to-many relationships by compressing the common relationships between the many-to-many dimension and the data measure group, and then defining aggregations on both the data measure group and the intermediate measure group yields the best query performance. The results show dramatic improvement in the performance of many-to-many queries as the reduction in size of the intermediate measure group increases. Test results indicate that the greater the amount of compression, the greater the performance benefits—and that these benefits persist as additional fact data is added to the main fact table (and into the data measure group). Table of Contents Introduction |
Top Rated
- MS Document: Designing SQL Server 2005 Analysis Services Cubes for Excel 2007 PivotTables
- Functionality & Performance Testing Analysis Services 2005 with Teradata v12
- Identifying and Resolving MDX Query Performance Bottlenecks in SQL Server 2005 Analysis Services
- MS Paper: 2007 Microsoft Office System Business Intelligence Integration with SQL Server 2005
- Configuring HTTP Access to SQL Server 2005 Analysis Services on Microsoft Windows XP
- Why Local Cube Creation with ASSL is Superior to Local Cube Creation with the Create Global Cube Com
- Analysis Services Many-to-Many Dimensions: Query Performance Optimization Techniques
- Analysis Services Distinct Count Optimization
Analysis Services Many-to-Many Dimensions: Query Performance Optimization Techniques