Hierarchical Bitmap Indexing for Range and Membership Queries on Multidimensional Arrays
Lubo\v{s} Kr\v{c}\'al (1), Shen-Shyang Ho (2), Jan Holub (1) ((1), Czech Technical University in Prague, Czech Republic, (2) Rowan University,, Glassboro, NJ, USA)

TL;DR
This paper introduces a hierarchical bitmap indexing method for multidimensional arrays that improves query efficiency and reduces memory usage by using n-dimensional sparse trees and adaptive binning, outperforming traditional bitmap indices.
Contribution
The paper presents a novel hierarchical indexing approach using sparse trees and adaptive binning for multidimensional arrays, enhancing query performance and memory efficiency.
Findings
Outperforms conventional bitmap indexing in query speed
Reduces memory requirements through adaptive binning
Efficiently handles range and membership queries
Abstract
Traditional indexing techniques commonly employed in da\-ta\-ba\-se systems perform poorly on multidimensional array scientific data. Bitmap indices are widely used in commercial databases for processing complex queries, due to their effective use of bit-wise operations and space-efficiency. However, bitmap indices apply natively to relational or linearized datasets, which is especially notable in binned or compressed indices. We propose a new method for multidimensional array indexing that overcomes the dimensionality-induced inefficiencies. The hierarchical indexing method is based on -di\-men\-sional sparse trees for dimension partitioning, with bound number of individual, adaptively binned indices for attribute partitioning. This indexing performs well on range involving both dimensions and attributes, as it prunes the search space early, avoids reading entire index data, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Algorithms and Data Compression · Advanced Database Systems and Queries
