Efficient mining of frequent XML query patterns with repeating-siblings

  • Authors:
  • Liang Huai Yang;Mong Li Lee;Wynne Hsu;Decai Huang;Limsoon Wong

  • Affiliations:
  • College of Information Engineering, Zhejiang University of Technology, Hangzhou, China;School of Computing, National University of Singapore, Singapore;School of Computing, National University of Singapore, Singapore;College of Information Engineering, Zhejiang University of Technology, Hangzhou, China;School of Computing, National University of Singapore, Singapore

  • Venue:
  • Information and Software Technology
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

A recent approach to improve the performance of XML query evaluation is to cache the query results of frequent query patterns. Unfortunately, discovering these frequent query patterns is an expensive operation. In this paper, we develop a two-pass mining algorithm 2PXMiner that guarantees the discovery of frequent query patterns by scanning the database at most twice. By exploiting a transaction summary data structure, and an enumeration tree, we are able to determine the upper bounds of the frequencies of the candidate patterns, and to quickly prune away the infrequent patterns. We also design an index to trace the repeating candidate subtrees generated by sibling repetition, thus avoiding redundant computations. Experiments results indicate that 2PXMiner is both efficient and scalable.