Improving Cube Performance with Precalculated Aggregations
Introduction
Having seen a number of Microsoft Business Intelligence implementations, I have noticed that surprisingly few use precalculated closing balances and semi-additive measures in SQL Server. I think this may be partly because of a lack of good examples available, and therefore decided to write about this issue.
This article is mainly divided in the following sections:
- Background describing a simple example of closing balances
- Description of our example data - a Balance Sheet
- Step by step how to precalculate closing balances and build a cube for our Balance Sheet
- Test results and conclusion
Tags: design