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

计算机工程 ›› 2011, Vol. 37 ›› Issue (2): 30-33. doi: 10.3969/j.issn.1000-3428.2011.02.011

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

一种基于二层网格的移动对象B+树索引

邢 伟,张守志,施伯乐   

  1. (复旦大学计算机科学技术学院,上海 200433)
  • 出版日期:2011-01-20 发布日期:2011-01-25
  • 作者简介:邢 伟(1983-),男,硕士研究生,主研方向:空间数据管理;张守志,副教授;施伯乐,教授、博士生导师

B+tree Index for Moving Objects Based on Two-level Grids

XING Wei, ZHANG Shou-zhi, SHI Bo-le   

  1. (School of Computer Science, Fudan University, Shanghai 200433, China)
  • Online:2011-01-20 Published:2011-01-25

摘要: 在已有的基于空间分割的移动对象B+树索引基础上,提出一种分割空间的新方法,对空间进行二层网格分割,使空间分割很好地解决由移动对象在空间中分布不均造成的索引效率下降的问题。给出基于这种索引结构的Range查询和kNN查询算法。实验结果表明, 该索引结构的性能基本不受移动对象分布的影响。

关键词: 移动对象, B+树索引, 二层网格

Abstract: This paper presents a new method for partitioning space in the basis of existing space partitioning based B+tree index of moving objects, the method improves the efficiency of indexing in the situation of that moving objects are non-uniformly distributed by partitioning space using two-level grids. The paper proposes algorithms for range and kNN queries. The result of extensive experiments shows that the performance of the index is hardly impacted by the non-uniform distribution of moving objects.

Key words: moving objects, B+tree index, two-level grids

中图分类号: