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

计算机工程 ›› 2010, Vol. 36 ›› Issue (4): 50-52. doi: 10.3969/j.issn.1000-3428.2010.04.018

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

改进的移动对象索引机制

杨 旭,余建桥,任廷艳   

  1. (西南大学计算机与信息科学学院,重庆 400715)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-02-20 发布日期:2010-02-20

Improved Index Mechanism for Moving Object

YANG Xu, YU Jian-qiao, REN Ting-yan   

  1. (College of Computer and Information Science, Southwest University, Chongqing 400715)
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-02-20 Published:2010-02-20

摘要: 针对R树结构在索引移动对象时存在的内部节点重叠问题,结合四叉树结构,提出一种R+树与四叉树(Quad树)混合的改进索引结构,采用懒惰更新算法以及扩充与收缩MBR方法,可同时索引移动对象历史及当前位置信息。仿真实验结果表明,该索引结构在查询数量较大时能够获得较高的查询效率。

关键词: 时空数据库, 移动对象, 索引

Abstract: Aiming at the problem of node overlap in R-tree in moving object index, a novel indexing structure is proposed, which combines R+-tree and Quad-tree. It uses the lazy update algorithm and extended and contracted MBR method. It can index both current and historical positions. Simulation experimental result shows this structure has highly performance when the number of searches is larger.

Key words: space-time database, moving object, index

中图分类号: