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

计算机工程 ›› 2010, Vol. 36 ›› Issue (21): 248-250. doi: 10.3969/j.issn.1000-3428.2010.21.089

• 开发研究与设计技术 • 上一篇    下一篇

ATC-GIS数据插入方法的研究和改进

黄 娟,李 辉,张 觅   

  1. (四川大学计算机学院,成都 610065)
  • 出版日期:2010-11-05 发布日期:2010-11-03
  • 作者简介:黄 娟(1986-),女,硕士研究生,主研方向:计算机图形,数字图像处理;李 辉,副教授;张 觅,硕士研究生
  • 基金资助:
    国家“863”计划基金资助项目(2009AA01Z332)

Research and Improvement on Data Insertion Method in ATC-GIS

HUANG Juan, LI Hui, ZHANG Mi   

  1. (College of Computer Science, Sichuan University, Chengdu 610065, China)
  • Online:2010-11-05 Published:2010-11-03

摘要: 现有ATC-GIS采用one-by-one的插入方式将海量新数据插入R树索引中,效率较低,并且不能较好地维护R树查询性能。针对该问题,研究并设计一种基于SCB方法的改进数据插入方法,采用种子树指导聚类并构建输入R树来批量插入新数据,利用再压缩过程优化R树结构,通过实验比较选择STR压缩算法构建输入R树。在ATC-GIS上的实验证明,改进后的方法在插入时间和查询效率的维护方面优于现有系统。

关键词: R树, SCB方法, 种子聚类, STR算法, 再压缩

Abstract: The existing Air Traffic Control Geographic Information System(ATC-GIS) introduces a method of inserting a great amount of new data into R-Tree one by one, which appears inefficient and can not maintain the query performance of R-tree well. Concerning this, an improved data inserting method based on SCB is proposed. The algorithm introduces a technique which uses a seed tree to guide clustering and build input R-tree for bulk inserting, then optimizes the structure of R-tree by repacking. Through the experiments, the STR compression algorithm is selected to build input R-tree. Experimental results show that the improved method outperforms in inserting time and query performance.

Key words: R-tree, Seeded Clustering Bulk insertion(SCB), seeded clustering, STR algorithm, repacking

中图分类号: