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

计算机工程 ›› 2011, Vol. 37 ›› Issue (5): 47-49. doi: 10.3969/j.issn.1000-3428.2011.05.016

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

一种支持XML文档更新的编码方案

覃遵跃,卓月明,徐洪智,张彬连   

  1. (吉首大学信息管理与工程学院,湖南 张家界 427000)
  • 出版日期:2011-03-05 发布日期:2012-10-31
  • 作者简介:覃遵跃(1974-),男,副教授、博士研究生,主研方向:数据库技术,数据仓库;卓月明,高级实验师、硕士;徐洪智, 副教授;张彬连,讲师
  • 基金资助:
    国家自然科学基金资助项目(60702076);湖南省教育厅科学研究基金资助项目(10C1100)

Encoding Scheme Supporting Update of XML Document

QIN Zun-yue, ZHUO YUE-ming, XU Hong-zhi, ZHANG Bin-lian   

  1. (College of Information Management & Engineering, Jishou University, Zhangjiajie 427000, China)
  • Online:2011-03-05 Published:2012-10-31

摘要: 目前现有的前缀编码、区间编码等编码方案均不能很好地支持XML文档的更新计算。为此,提出一种新的前缀编码方案TDE。将实数映射为二维元组,利用任意2个实数间存在无限个实数的特点,对XML文档进行插入节点操作而无需对其他节点进行二次编码,并采用压缩存储减小编码的存储空间。实验结果表明,该方案能有效支持XML文档的更新计算。

关键词: XML文档, 编码, 更新计算

Abstract: The existing encoding scheme such as prefix-based and region-based encoding can not effectively support the update computation. Aiming at this problem, this paper proposes a new prefix-based encoding scheme named TDE. The scheme maps any real number to 2-tuple, then no second encoding while inserting a new node in XML document because there are unlimited real numbers between arbitrary nodes, the TDE scheme comes into possession of less storage space than other schemes after compression. Experimental results show that TDE can effectively support the update computation of XML document.

Key words: XML document, encoding, update computation

中图分类号: