Approximate range searching in external memory

  • Authors:
  • Micha Streppel;Ke Yi

  • Affiliations:
  • NCIM-Groep, The Netherlands;Department of Computer Science and Engineering, Hong Kong University of Science and Technology, Kowloon, Hong Kong

  • Venue:
  • ISAAC'07 Proceedings of the 18th international conference on Algorithms and computation
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we present two linear-size external memory data structures for approximate range searching. Our first structure, the BAR-B-tree, stores a set of N points in Rd and can report all points inside a query range Q by accessing O(logB N + Ɛγ + kƐ/B) disk blocks, where B is the disk block size, γ = 1 - d for convex queries and γ = -d otherwise, and kƐ is the number of points lying within a distance of Ɛ ċdiam(Q) to the query range Q. Our second structure, the object-BARB-tree, is able to store objects of arbitrary shapes of constant complexity and provides similar query guarantees. In addition, both structures also support other types of range searching queries such as range aggregation and nearest-neighbor. Finally, we present I/O-efficient algorithms to build these structures.