作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (20): 66-67. doi: 10.3969/j.issn.1000-3428.2010.20.023

• 软件技术与数据库 • 上一篇    下一篇

移动对象反向最近邻查询技术研究

王晓辉,曹泽文,谭川豫   

  1. (国防科技大学信息系统与管理学院,长沙 410073)
  • 出版日期:2010-10-20 发布日期:2010-10-18
  • 作者简介:王晓辉(1984-),男,硕士,主研方向:移动数据库查询技术;曹泽文,副教授、博士;谭川豫,硕士研究生
  • 基金资助:

    国家自然科学基金资助项目(70771110)

Research on Reverse Nearest Neighbor Queries Technique for Moving Objects

WANG Xiao-hui, CAO Ze-wen, TAN Chuan-yu   

  1. (College of Information Systems and Management, National University of Defense Technology, Changsha 410073, China)
  • Online:2010-10-20 Published:2010-10-18

摘要:

提出一种基于自调节网格索引的反向最近邻查询(RNNQ)算法,将空间划分为大小相等的网格单元,每个单元作为一个桶存储移动对象,采用基于桶内对象数目和网格几何特征的剪枝策略减少反向最近邻查询所需访问的节点。查询点周围单元桶内对象过多时进行二次网格划分,减小节点访问代价。实验结果表明,该算法具有良好的查询性能,优于基于TPR树索引的RNNQ算法。

关键词: 移动对象, 反向最近邻查询, 自调节网格索引

Abstract:

This paper presents a Reverse Nearest Neighbor Queries(RNNQ) algorithm based on Auto-Selection Grid Index(ASGI). ASGI divides the space into an equal size network, and each cell stores moving objects as a bucket. RNNQ algorithm uses the strategy of the bucket’s object number and the grid geometry characteristic to reduce the access node the RNNQ must visit. ASGI will repeat the previous action to decrease the cost again if objects around the query point are too many. Experimental results show that RNNQ algorithm based on ASGI has good query performance and outperforms RNNQ algorithm based on TPR tree.

Key words: moving object, Reverse Nearest Neighbor Queries(RNNQ), Auto-Selection Grid Index(ASGI)

中图分类号: