计算机工程与应用 ›› 2007, Vol. 43 ›› Issue (27): 152-155.

• 数据库与信息处理 • 上一篇    下一篇

支持动态负载的移动对象最近邻查询算法

宋晓宇,孙业挺,孙焕良   

  1. 沈阳建筑大学 信息与控制工程学院,沈阳 110168
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-09-21 发布日期:2007-09-21
  • 通讯作者: 宋晓宇

K-nearest neighbor queries over moving objects for dynamic workload

SONG Xiao-yu,SUN Ye-ting,SUN Huan-liang   

  1. Faculty of Information & Control Engineering,Shenyang Jianzhu University,Shenyang 110168,China
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-09-21 Published:2007-09-21
  • Contact: SONG Xiao-yu

摘要: 提出一种基于双层网格索引的移动对象KNN查询算法,解决由移动对象速度变化引起的动态负载问题。算法采用粗细双层网格将不同速度的移动对象分开索引,在粗网格中索引运动速度快的对象,在细网格中索引运动速度慢的对象,减小了网格索引的维护代价,提高了KNN查询效率。针对真实数据集实验结果表明,与传统算法相比,该算法能更有效地解决动态负载问题。

关键词: 移动对象, KNN, 移动对象索引, 动态负载

Abstract: In most real applications,there is the dynamic workload that is brought by the change of moving objects.This paper proposes a monitoring KNN search algorithm using two levels of grid indices structure to support the dynamic workload efficiently.The algorithm maintains two levels of the grid indices,one for fast moving objects and the other for quasi-static objects.This method can reduce the index update times with high degree and enhance the efficiency of K-Nearest Neighbor queries.The experiment results on the real-life datasets show that double levels of grid indices structure for monitoring K-nearest neighbor queries over moving objects is more effective than one level grid index structure to solve dynamic workload problem.

Key words: moving object, KNN, index structure, dynamic workload