Spatial Joins Using R-trees: Breadth-First Traversal with Global Optimizations.
Yun-Wu Huang, Ning Jing, Elke A. Rundensteiner:
Spatial Joins Using R-trees: Breadth-First Traversal with Global Optimizations.
VLDB 1997: 396-405@inproceedings{DBLP:conf/vldb/HuangJR97,
author = {Yun-Wu Huang and
Ning Jing and
Elke A. Rundensteiner},
editor = {Matthias Jarke and
Michael J. Carey and
Klaus R. Dittrich and
Frederick H. Lochovsky and
Pericles Loucopoulos and
Manfred A. Jeusfeld},
title = {Spatial Joins Using R-trees: Breadth-First Traversal with Global
Optimizations},
booktitle = {VLDB'97, Proceedings of 23rd International Conference on Very
Large Data Bases, August 25-29, 1997, Athens, Greece},
publisher = {Morgan Kaufmann},
year = {1997},
isbn = {1-55860-470-7},
pages = {396-405},
ee = {db/conf/vldb/HuangJR97.html},
crossref = {DBLP:conf/vldb/97},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
Abstract
R-tree based spatial join is useful because of both its superior
performance and the wide spread implementation of R-trees. We present
a new R-tree join method called BFRJ (Breadth-First R-tree Join). BFRJ
synchronously traverses both R-trees in breadth-first order while
processing join computation one level at a time. At each level, BFRJ
creates an intermediate join index and deploys global optimization
strategies (ordering, memory management, buffer management) to improve
the join computation at the next level. We also present an
experimental evaluation of the proposed optimizations as well as a
performance comparison between BFRJ and the state-of-the-art
approach. Our experimental results indicate that BFRJ with global
optimizations can outperform the competitor by a significant margin
(up to 50%).
Copyright © 1997 by the VLDB Endowment.
Permission to copy without fee all or part of this material is granted provided that the copies are not made or
distributed for direct commercial advantage, the VLDB
copyright notice and the title of the publication and
its date appear, and notice is given that copying
is by the permission of the Very Large Data Base
Endowment. To copy otherwise, or to republish, requires
a fee and/or special permission from the Endowment.
Online Paper
CDROM Version: Load the CDROM "Volume 1 Issue 5, VLDB '89-'97" and ...
DVD Version: Load ACM SIGMOD Anthology DVD 1" and ...
Printed Edition
Matthias Jarke, Michael J. Carey, Klaus R. Dittrich, Frederick H. Lochovsky, Pericles Loucopoulos, Manfred A. Jeusfeld (Eds.):
VLDB'97, Proceedings of 23rd International Conference on Very Large Data Bases, August 25-29, 1997, Athens, Greece.
Morgan Kaufmann 1997, ISBN 1-55860-470-7
Contents
Electronic Edition
From CS Dept.,
University Trier (Germany)
References
- [1]
- Rudolf Bayer, Edward M. McCreight:
Organization and Maintenance of Large Ordered Indices.
Acta Inf. 1: 173-189(1972)
- [2]
- Norbert Beckmann, Hans-Peter Kriegel, Ralf Schneider, Bernhard Seeger:
The R*-Tree: An Efficient and Robust Access Method for Points and Rectangles.
SIGMOD Conference 1990: 322-331
- [3]
- Thomas Brinkhoff, Hans-Peter Kriegel, Bernhard Seeger:
Efficient Processing of Spatial Joins Using R-Trees.
SIGMOD Conference 1993: 237-246
- [4]
- ...
- [5]
- Ibrahim Kamel, Christos Faloutsos:
On Packing R-trees.
CIKM 1993: 490-499
- [6]
- Oliver Günther:
Efficient Computation of Spatial Joins.
ICDE 1993: 50-59
- [7]
- Antonin Guttman:
R-Trees: A Dynamic Index Structure for Spatial Searching.
SIGMOD Conference 1984: 47-57
- [8]
- ...
- [9]
- Yun-Wu Huang, Ning Jing, Elke A. Rundensteiner:
Integrated Query Processing Strategies for Spatial Path Queries.
ICDE 1997: 477-486
- [10]
- Yun-Wu Huang, Matthew C. Jones, Elke A. Rundensteiner:
Improving Spatial Intersect Joins Using Symbolic Intersect Detection.
SSD 1997: 165-177
- [11]
- Yun-Wu Huang, Ning Jing, Elke A. Rundensteiner:
A Cost Model for Estimating the Performance of Spatial Joins Using R-trees.
SSDBM 1997: 30-38
- [12]
- Ming-Ling Lo, Chinya V. Ravishankar:
Spatial Hash-Joins.
SIGMOD Conference 1996: 247-258
- [13]
- Jürg Nievergelt, Hans Hinterberger, Kenneth C. Sevcik:
The Grid File: An Adaptable, Symmetric Multikey File Structure.
ACM Trans. Database Syst. 9(1): 38-71(1984)
- [14]
- Jack A. Orenstein:
Spatial Query Processing in an Object-Oriented Database System.
SIGMOD Conference 1986: 326-336
- [15]
- Jignesh M. Patel, David J. DeWitt:
Partition Based Spatial-Merge Join.
SIGMOD Conference 1996: 259-270
- [16]
- Doron Rotem:
Spatial Join Indices.
ICDE 1991: 500-509
- [17]
- ...
- [18]
- Timos K. Sellis, Nick Roussopoulos, Christos Faloutsos:
The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.
VLDB 1987: 507-518
Copyright © Tue Mar 16 02:22:06 2010
by Michael Ley (ley@uni-trier.de)