A Range Query Parallel Algorithm in High-Dimensional Space

Hongbo Xu,Nianmin Yao
DOI: https://doi.org/10.4028/www.scientific.net/amm.263-266.2308
2012-01-01
Applied Mechanics and Materials
Abstract:The performance of the spatial range query algorithms based on Brute-Force method, R-tree, VA-file and NB-tree suffers greatly in high-dimensional space. So the reduction of the dimensionality is the key to the spatial range query in high-dimensional space. The paper uses the parallel technique to present a spatial range query parallel algorithm in high-dimensional space. The algorithm transforms d-dimensional spatial range query to the linear space on d slave node processors. The d slave node processors run parallel. The master node processor only need calculate the union of d results which d slave node processors return. The experimental results indicate that its performance is better than that of the spatial range query algorithms based on Brute-Force method, R-tree, VA-file, NB-tree.
What problem does this paper attempt to address?