首页 | 本学科首页   官方微博 | 高级检索  
     

使用模式树和物化视图进行XML查询
引用本文:吴爱华,张谧,乔健,汪卫,施伯乐. 使用模式树和物化视图进行XML查询[J]. 计算机工程, 2004, 30(15): 47-49
作者姓名:吴爱华  张谧  乔健  汪卫  施伯乐
作者单位:复旦大学计算机信息与技术系,上海,200433;复旦大学计算机信息与技术系,上海,200433;复旦大学计算机信息与技术系,上海,200433;复旦大学计算机信息与技术系,上海,200433;复旦大学计算机信息与技术系,上海,200433
基金项目:国家“863”高科技基金资助项目(2002AA423430)
摘    要:使用模式树解析XQuery查询,将经常被查询的XML节点信息存储到物化视图中,利用物化视图和用户查询的交叉部分,直接从物化视图中获取用户的查询内容。对于两者不完全匹配的部分,使用补充规则,使得能部分使用物化视图,以提高查询效率。文章还给出了模式树的匹配算法。

关 键 词:XQuery  XML查询  模式树  物化视图  查询优化
文章编号:1000-3428(2004)15-0047-03

Efficient XML Query with Patten Tree and Materialized View
WU Aihua,ZHANG Mi,QIAO Jian,WANG Wei,SHI Baile. Efficient XML Query with Patten Tree and Materialized View[J]. Computer Engineering, 2004, 30(15): 47-49
Authors:WU Aihua  ZHANG Mi  QIAO Jian  WANG Wei  SHI Baile
Abstract: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.
Keywords:XQuery  XML query  Pattern tree  Materialized view  Query optimize  
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号