English

Efficient Representation of Multidimensional Data over Hierarchical Domains

Data Structures and Algorithms 2016-12-14 v1 Databases

Abstract

We consider the problem of representing multidimensional data where the domain of each dimension is organized hierarchically, and the queries require summary information at a different node in the hierarchy of each dimension. This is the typical case of OLAP databases. A basic approach is to represent each hierarchy as a one-dimensional line and recast the queries as multidimensional range queries. This approach can be implemented compactly by generalizing to more dimensions the k2k^2-treap, a compact representation of two-dimensional points that allows for efficient summarization queries along generic ranges. Instead, we propose a more flexible generalization, which instead of a generic quadtree-like partition of the space, follows the domain hierarchies across each dimension to organize the partitioning. The resulting structure is much more efficient than a generic multidimensional structure, since queries are resolved by aggregating much fewer nodes of the tree.

Keywords

Cite

@article{arxiv.1612.04094,
  title  = {Efficient Representation of Multidimensional Data over Hierarchical Domains},
  author = {Nieves R. Brisaboa and Ana Cerdeira-Pena and Narciso López-López and Gonzalo Navarro and Miguel R. Penabad and Fernando Silva-Coira},
  journal= {arXiv preprint arXiv:1612.04094},
  year   = {2016}
}

Comments

This research has received funding from the European Union's Horizon 2020 research and innovation programme under the Marie Sk{\l}odowska-Curie Actions H2020-MSCA-RISE-2015 BIRDS GA No. 690941

R2 v1 2026-06-22T17:22:01.112Z