引用本文:陈义,王裕国,杨电怀.XML查询模式发掘.软件学报,2004,15(zk):114-123
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 3725次   下载 5312 本文二维码信息
码上扫一扫!
分享到: 微信 更多
XML查询模式发掘
陈义1, 王裕国1, 杨电怀2
1.中国科学院 软件研究所,北京 100080;2.北京大学 计算机科学系,北京 100871
摘要:
随着XML的广泛应用,如何高效地处理XML查询受到越来越多的关注.发掘频繁使用的查询模式,并缓存其查询结果是提高查询效率的有效手段之一.由于XML查询可以表示为树,因而可以使用频繁结构挖掘(Frequent Structure Mining)的技术来发掘频繁查询模式.提出一种高效的频繁查询模式发掘方法,同以前的类似工作相比,所做工作是严格地基于XML查询语义的,因而发掘结果曼为准确,也更易于使用.
关键词:  模式树  频繁模式  查询缓存  XML查询
DOI:
分类号:
基金项目:
Discovering Frequent Tree Patterns from XML Queries
CHEN Yi,WANG Yu-Guo,YANG Liang-Huai
Abstract:
With XML being the standard for data encoding and exchange over Internet,how to manage XML data efficiently becomes a critical issue.An effective approach to improve the performance of XML management systems is to discover frequent XML query paRems and cache their results.Since each XML query call be modeled as a tree structore.the problem of discovering frequent query patterns can be reduced to frequent structure mining.However,mining frequem query patterns is much more complex than simple stroctnre mining since we have to consider the semantics of query patterns.In this paper,we present an approach to discover frequent XML query patterns efficiently.Compared with previous works,onr approach is strictly based on the semantics of XML queries,its mining results arc more precise,and Call be more effectively utilized by caching systerm.
Key words:  patterntree  frequentpattern  query caching  XML query