Multiple Materialized View Selection for XPath Query Rewriting

  • Authors:
  • Nan Tang;Jeffrey Xu Yu;M. Tamer Ozsu;Byron Choi;Kam-Fai Wong

  • Affiliations:
  • The Chinese University of Hong Kong. ntang@se.cuhk.edu.hk;The Chinese University of Hong Kong. yu@se.cuhk.edu.hk;University of Waterloo. tozsu@cs.uwaterloo.ca;Nanyang Technological University. kkchoi@ntu.edu.sg;The Chinese University of Hong Kong. kfwong@se.cuhk.edu.hk

  • Venue:
  • ICDE '08 Proceedings of the 2008 IEEE 24th International Conference on Data Engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the problem of answering XPATH queries using multiple materialized views. Despite the efforts on answering queries using single materialized view, answering queries using multiple views remains relatively new. We address two important aspects of this problem: multiple-view selection and equivalent multiple-view rewriting. With regards to the first problem, we propose an NFA-based approach (called VFILTER) to filter views that cannot be used to answer a given query. We then present the criterion for multiple view/query answerability. Based on the output of VFILTER, we further propose a heuristic method to identify a minimal view set that can answer a given query. For the problem of multiple-view rewriting, we first refine the materialized fragments of each selected view (like pushing selection), we then join the refined fragments utilizing an encoding scheme. Finally, we extract the result of the query from the materialized fragments of a single view. Experiments show the efficiency of our approach.