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

计算机工程 ›› 2011, Vol. 37 ›› Issue (15): 34-36. doi: 10.3969/j.issn.1000-3428.2011.15.009

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

基于结构标记树的XML可查询压缩方法

魏东平,徐瑞敏,贾 楠   

  1. (中国石油大学计算机与通信工程学院,山东 东营 257061)
  • 收稿日期:2011-01-07 出版日期:2011-08-05 发布日期:2011-08-05
  • 作者简介:魏东平(1965-),男,副教授,主研方向:数据库技术,软件工程;徐瑞敏、贾 楠,硕士研究生

XML Queryable Compression Method Based on Structure Sign Tree

WEI Dong-ping, XU Rui-min, JIA Nan   

  1. (Institute of Computer and Communication Engineering, China University of Petroleum, Dongying 257061, China)
  • Received:2011-01-07 Online:2011-08-05 Published:2011-08-05

摘要: 针对支持查询的XML数据压缩方法存在的路径和数据重复等问题,通过去除XML数据中的重复路径,简化XML数据结构,提出结构标记树的概念及其生成算法,设计一种基于结构标记树的可查询XML数据压缩方法SSTQC,对XML数据进行压缩和组织查询。SSTQC一次扫描XML文档,具有较好的的压缩性能和查询效率。

关键词: XML数据, 数据压缩, 查询处理, 重复路径, 结构标记树

Abstract: Aiming at some problems of present XML queryable compressors, this paper proposes the definition and detailed algorithm of structure sign tree, which can simplify the structure of XML data by removing the repeated paths. On the basis, a new XML queryable compressor SSTQC is put forward to compress XML data and organize queries. SSTQC requires only a single pass over the XML document, and it has excellent compression performance and better query efficiency.

Key words: XML data, data compression, query processing, repeated paths, Structure Sign Tree(SST)

中图分类号: