The priority R-tree: A practically efficient and worst-case optimal R-tree

  • Authors:
  • Lars Arge;Mark De Berg;Herman Haverkort;Ke Yi

  • Affiliations:
  • MADALGO, University of Aarhus, Aarhus N, Denmark;TU Eindhoven, Eindhoven, the Netherlands;TU Eindhoven, Eindhoven, the Netherlands;Hong Kong University of Science and Technology, Kowloon, Hong Kong

  • Venue:
  • ACM Transactions on Algorithms (TALG)
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present the priority R-tree, or PR-tree, which is the first R-tree variant that always answers a window query using O((N/B)1−1/d+T/B) I/Os, where N is the number of d-dimensional (hyper-) rectangles stored in the R-tree, B is the disk block size, and T is the output size. This is provably asymptotically optimal and significantly better than other R-tree variants, where a query may visit all N/B leaves in the tree even when T = 0. We also present an extensive experimental study of the practical performance of the PR-tree using both real-life and synthetic data. This study shows that the PR-tree performs similarly to the best-known R-tree variants on real-life and relatively nicely distributed data, but outperforms them significantly on more extreme data.