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

计算机工程 ›› 2010, Vol. 36 ›› Issue (15): 49-50,54. doi: 10.3969/j.issn.1000-3428.2010.15.017

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

基于双路索引的XML查询优化研究

万 静,姜 蓉,易军凯   

  1. (北京化工大学信息科学与技术学院,北京 100029)
  • 出版日期:2010-08-05 发布日期:2010-08-25
  • 作者简介:万 静(1975-),女,讲师、博士研究生,主研方向:智能信息系统;姜 蓉,硕士;易军凯,教授
  • 基金资助:
    国家“十一五”科技支撑计划基金资助项目(2006 BAK31B04)

Research on Double Index-based XML Query Optimization

WAN Jing, JIANG Rong, YI Jun-kai   

  1. (College of Information Science and Technology, Beijing University of Chemical Technology, Beijing 100029)
  • Online:2010-08-05 Published:2010-08-25

摘要: 为实现各种形式的XML数据查询,介绍一种双路索引方法,采用倒排序技术建立绝对索引模型和相对索引模型,并提出相关查询处理的算法。绝对索引模型将查询路径表达式缩短,减少比较次数,相对索引模型建立父子索引表补全路径,用较小的索引结构替代原始查询。采用DBLP数据集进行测试,实验结果表明,该方法可以提高查询处理的性能。

关键词: 双路索引, 倒排序, 查询优化

Abstract: In order to support various queries for XML data, a double index method is proposed. Using the reverse order, an absolute index model and a relative one are built. A query algorithm is presented. The absolute index model reduces the number of comparison by shortening the path expressions. The relative one completes the path expressions by setting up parent-child index table and replaces original queries with small index structure. Experimental results to DBLP dataset show the method works well.

Key words: double index, reverse order, query optimization

中图分类号: