The Priority R-tree: a practically efficient and worst-case optimal R-tree

  • Authors:
  • Lars Arge;Mark de Berg;Herman J. Haverkort;Ke Yi

  • Affiliations:
  • Duke University, Durham, NC;TU Eindhoven, Eindhoven, The Netherlands;Utrecht University, Utrecht, The Netherlands;Duke University, Durham, NC

  • Venue:
  • SIGMOD '04 Proceedings of the 2004 ACM SIGMOD international conference on Management of data
  • Year:
  • 2004

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 similar to the best known R-tree variants on real-life and relatively nicely distributed data, but outperforms them significantly on more extreme data.