期刊文献+

使用模式树和物化视图进行XML查询

Efficient XML Query with Patten Tree and Materialized View
下载PDF
导出
摘要 使用模式树解析XQuery查询,将经常被查询的XML节点信息存储到物化视图中。利用物化视图和用户查询的交叉部分,直接从物化视图中获取用户的查询内容。对于两者不完全匹配的部分,使用补充规则,使得能部分使用物化视图,以提高查询效率。文章还给出了模式树的匹配算法。 This paper uses query trees to represent the XQuery, and maintains the query trees for those who were frequently queried and build into the MV(materialized view). For each XQuery, it will match its query tree with the MVs query tree to get the matched part and unmatched part, it gets data from the MV for the matched part, and data from the source XML database for the unmatched part. By this way, it can improve the efficiency of query XML.
出处 《计算机工程》 CAS CSCD 北大核心 2004年第15期47-49,共3页 Computer Engineering
基金 国家"863"高科技基金资助项目(2002AA423430)
关键词 XQUERY XML查询 模式树 物化视图 查询优化 XQuery XML query Pattern tree Materialized view Query optimize
  • 相关文献

参考文献6

  • 1Jagadish H V, Lakshmannan V S. TAX: A Tree Algebra for XML.from http://nj.nec.com/cs
  • 2Chaudhuri S, Krishnamurthy S, Potamianos S, et al. Optimizing Queries with Materialized Views. Proc. of the 11th Data Engineering Conf., Taipei, 1995
  • 3Srivastava D, Dar S, Jagadish H V, et al. Answering Queries with Aggregation Using Views. Proc. of the 22nd VLDB Conf., Mumbai,India, 1996
  • 4Zaharioudakis, Cochrane R, Lapis G, et al. Answering Complex SQL Queries Using Automated Summary Tables. Available Upon Request From the Authors
  • 5Data Homepage of NIAGARA Projeet. http://www. cs.wisc.edu/Niagara/data.html
  • 6张云霞 乐永年 陈宇达.基于物化视图的XML存储和查询重写,从作者处获得[Z].,..

共引文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部