English

Compressed bitmap indexes: beyond unions and intersections

Databases 2016-01-11 v3 Data Structures and Algorithms

Abstract

Compressed bitmap indexes are used to speed up simple aggregate queries in databases. Indeed, set operations like intersections, unions and complements can be represented as logical operations (AND,OR,NOT) that are ideally suited for bitmaps. However, it is less obvious how to apply bitmaps to more advanced queries. For example, we might seek products in a store that meet some, but maybe not all, criteria. Such threshold queries generalize intersections and unions; they are often used in information-retrieval and data-mining applications. We introduce new algorithms that are sometimes three orders of magnitude faster than a naive approach. Our work shows that bitmap indexes are more broadly applicable than is commonly believed.

Keywords

Cite

@article{arxiv.1402.4466,
  title  = {Compressed bitmap indexes: beyond unions and intersections},
  author = {Owen Kaser and Daniel Lemire},
  journal= {arXiv preprint arXiv:1402.4466},
  year   = {2016}
}

Comments

Accepted for publication in Software: Practice and Experience on August 14th 2014. Note that arXiv:1402.4073 [cs:DB] is a companion to this paper; while they share some text, each contains many results not in the other

R2 v1 2026-06-22T03:10:55.115Z