Title :
Closest Pair Query on Spatial Data Sets without Index
Author :
Pincheira, Miguel ; Gutiérrez, Gilberto ; Gajardo, Luis
Author_Institution :
Comput. Sci. & Inf. Technol. Dept., Univ. del Bio-Bio, Chillán, Chile
Abstract :
In this work, we present an algorithm that finds the closest pair on two data sets, assuming that neither set has an index. A straightforward solution is to build the spatial index on the fly, and then apply algorithms that use such indexes. But if the sets are not used again these techniques are inefficient. Our algorithm considers two steps: First, each set is partitioned into a collection of subsets, or clusters, spatially defined by means of an MBR (Minimum Bounding Rectangle). The second step consists in processing the partitions using a family of metrics defined for the MBRs, as a filter for finding the closest pair. We experimentally compared our proposal with techniques that use indexes and techniques that do not. The results of our experiments shown that our algorithm overcome these techniques on several realist scenarios.
Keywords :
query processing; visual databases; closest pair query; minimum bounding rectangle; partition processing; spatial data sets; spatial index; Clustering algorithms; Data structures; Indexes; Measurement; Partitioning algorithms; Proposals; Spatial databases; Algorithms; Closest Pair Query; Closest pair query; Data Structures; Spatial Database;
Conference_Titel :
Chilean Computer Science Society (SCCC), 2010 XXIX International Conference of the
Conference_Location :
Antofagasta
Print_ISBN :
978-1-4577-0073-6
Electronic_ISBN :
1522-4902
DOI :
10.1109/SCCC.2010.43