Multi-step processing of spatial joins

  • Authors:
  • Thomas Brinkhoff;Hans-Peter Kriegel;Ralf Schneider;Bernhard Seeger

  • Affiliations:
  • Institute for Computer Science, University of Munich, Leopoldstr. 11 B, D-80802 München, Germany;Institute for Computer Science, University of Munich, Leopoldstr. 11 B, D-80802 München, Germany;Institute for Computer Science, University of Munich, Leopoldstr. 11 B, D-80802 München, Germany;Institute for Computer Science, University of Munich, Leopoldstr. 11 B, D-80802 München, Germany

  • Venue:
  • SIGMOD '94 Proceedings of the 1994 ACM SIGMOD international conference on Management of data
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

Spatial joins are one of the most important operations for combining spatial objects of several relations. In this paper, spatial join processing is studied in detail for extended spatial objects in two-dimensional data space. We present an approach for spatial join processing that is based on three steps. First, a spatial join is performed on the minimum bounding rectangles of the objects returning a set of candidates. Various approaches for accelerating this step of join processing have been examined at the last year's conference [BKS 93a]. In this paper, we focus on the problem how to compute the answers from the set of candidate which is handled by the following two steps. First of all, sophisticated approximations are used to identify answers as well as to filter out false hits from the set of candidates. For this purpose, we investigate various types of conservative and progressive approximations. In the last step, the exact geometry of the remaining candidates has to be tested against the join predicate. The time required for computing spatial join predicates can essentially be reduced when objects are adequately organized in main memory. In our approach, objects are first decomposed into simple components which are exclusively organized by a main-memory resident spatial data structure. Overall, we present a complete approach of spatial join processing on complex spatial objects. The performance of the individual steps of our approach is evaluated with data sets from real cartographic applications. The results show that our approach reduces the total execution time of the spatial join by factors.