Efficient XQuery rewriting using multiple views

  • Authors:
  • Ioana Manolescu;Konstantinos Karanasos;Vasilis Vassalos;Spyros Zoupanos

  • Affiliations:
  • INRIA Saclay, France;INRIA Saclay, France;AUEB, Greece;INRIA Saclay, France

  • Venue:
  • ICDE '11 Proceedings of the 2011 IEEE 27th International Conference on Data Engineering
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

We consider the problem of rewriting XQuery queries using multiple materialized XQuery views. The XQuery dialect we use to express views and queries corresponds to tree patterns (returning data from several nodes, at different granularities, ranging from node identifiers to full XML subtrees) with value joins. We provide correct and complete algorithms for finding minimal rewritings, in which no view is redundant. Our work extends the state of the art by considering more flexible views than the mostly XPath 1.0 dialects previously considered, and more powerful rewritings. We implemented our algorithms and assess their performance through a set of experiments.