What are the efficient methods for data cube computation ?
DATA CUBE COMPUTATION METHODS
Data cube computation is an essential task in data warehouse implementation. The pre-computation of all or part of a data cube can greatly reduce the response time and enhance the performance of OLAP, However, such computation is challenging because it may require substantial computation time and storage space. This section explores efficient methods for data cube computation which are as follows:
1. The multi-way array aggregation (Multi-Way) method for computing full cubes.
z. A method is known as BUC, which computes iceberg cubes from the apex cuboid downward.
3. TI,e Star-Cubmg method, which integrates top-down and bottom-up computation.
4. High dimension OLAP
Comments
Post a Comment