• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (8): 167-172.

• 论文 • Previous Articles     Next Articles

Distributed Spatial Join Query Based on Kd-Tree Recursive Partitioning

ZHAO QingHua,CHEN Luo,JING Ning   

  1. (School of Electronics Science and Engineering,
    National University of Defense Technology,Changsha 410073,China)
  • Received:2009-09-07 Revised:2009-12-15 Online:2011-08-25 Published:2011-08-25

Abstract:

With the growth of the application of spatial information,distributed spatial query has become an important question of the spatial database research field,of which the most widely used and most complex is the distributed spatial join queries,and the computational cost and transport cost are very high.The common methods to dissolve this question requires a spatial index on the data sets and sensitivity to distributed data, which is not satisfied in most cases. Considering this issue, the paper proposes a distributed spatial join strategy based on the Kdtree Recursive Partitioning Join, which is aimed at minimizing the cost of network data transmission, and recursively divides the adjacent regions based on task partitioning. The experiments demonstrate that this strategy is better than the traditional ones in different data distribution cases, which is effective in reducing network transmission costs and presents better performance.

Key words: saptial join query;kdtree;distribute