Graph Partition Based Multi-Way Spatial Joins

XM Lin,HX Lu,Q Zhang
DOI: https://doi.org/10.1109/ideas.2002.1029653
2002-01-01
Abstract:In this paper, we investigate the problem of efficiently computing a multi-way spatial join without spatial indexes. We propose a novel and effective filtering algorithm based on a two phase partitioning technique. To avoid missing hits due to an inherent difficulty in multi-way spatial joins, we propose to firstly partition a join graph into subgraphs whenever necessary. In the second phase, we partition the spatial data sets; and then the sub-joins will be executedsimultaneously in each partition to minimise the I/O costs. Finally, a multi-way relational join will be applied to merge together the sub-join results. Our experiment results demonstrated the effectiveness and efficiency of the proposed algorithm.
What problem does this paper attempt to address?