English

HINT: A Hierarchical Index for Intervals in Main Memory

Databases 2022-03-08 v3 Data Structures and Algorithms

Abstract

Indexing intervals is a fundamental problem, finding a wide range of applications. Recent work on managing large collections of intervals in main memory focused on overlap joins and temporal aggregation problems. In this paper, we propose novel and efficient in-memory indexing techniques for intervals, with a focus on interval range queries, which are a basic component of many search and analysis tasks. First, we propose an optimized version of a single-level (flat) domain-partitioning approach, which may have large space requirements due to excessive replication. Then, we propose a hierarchical partitioning approach, which assigns each interval to at most two partitions per level and has controlled space requirements. Novel elements of our techniques include the division of the intervals at each partition into groups based on whether they begin inside or before the partition boundaries, reducing the information stored at each partition to the absolutely necessary, and the effective handling of data sparsity and skew. Experimental results on real and synthetic interval sets of different characteristics show that our approaches are typically one order of magnitude faster than the state-of-the-art.

Keywords

Cite

@article{arxiv.2104.10939,
  title  = {HINT: A Hierarchical Index for Intervals in Main Memory},
  author = {George Christodoulou and Panagiotis Bouros and Nikos Mamoulis},
  journal= {arXiv preprint arXiv:2104.10939},
  year   = {2022}
}

Comments

Preprint of the "HINT: A Hierarchical Index for Intervals in Main Memory" paper to appear at the 2022 ACM SIGMOD/PODS International Conference on Management of Data, Philadelphia, PA, USA, June 12-17, 2022

R2 v1 2026-06-24T01:25:28.705Z