Sciweavers

DOLAP
2003
ACM

Attribute value reordering for efficient hybrid OLAP

13 years 10 months ago
Attribute value reordering for efficient hybrid OLAP
The normalization of a data cube is the process of choosing an ordering for the attribute values, and the chosen ordering will affect the physical storage of the cube’s data. For large multidimensional arrays, proper normalization can lead to more efficient storage in hybrid OLAP contexts that store dense and sparse chunks differently. We show that it is NP-hard to compute an optimal normalization even for 1 × 3 chunks, although we find an exact algorithm for 1 × 2 chunks. When attributes are nearly statistically independent, we show that an optimal normalization is given by dimension-wise attribute frequency sorting, which can be done in time O(dnlog(n)) for data cubes of size nd. When attributes are not independent, we propose and evaluate a number of heuristics. Our optimized hybrid OLAP storage mechanism was observed to be 44% more storage efficient than ROLAP and the gains due to normalization alone accounted for 45% of this increase in efficiency. Data Cubes, Normalizatio...
Owen Kaser, Daniel Lemire
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where DOLAP
Authors Owen Kaser, Daniel Lemire
Comments (0)