Adapting Materialized Views after Redefinitions.
Ashish Gupta, Inderpal Singh Mumick, Kenneth A. Ross:
Adapting Materialized Views after Redefinitions.
SIGMOD Conference 1995: 211-222@inproceedings{DBLP:conf/sigmod/GuptaMR95,
author = {Ashish Gupta and
Inderpal Singh Mumick and
Kenneth A. Ross},
editor = {Michael J. Carey and
Donovan A. Schneider},
title = {Adapting Materialized Views after Redefinitions},
booktitle = {Proceedings of the 1995 ACM SIGMOD International Conference on
Management of Data, San Jose, California, May 22-25, 1995},
publisher = {ACM Press},
year = {1995},
pages = {211-222},
ee = {http://doi.acm.org/10.1145/223784.223817, db/conf/sigmod/sigmod95-16.html},
crossref = {DBLP:conf/sigmod/95},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
Abstract
We consider applications using materialized views, and add a twist to
the view maintenance problem - what if the view definition itself
changes. Can we do better than recomputing the view from the base
relations by adapting the materialized view instead? Traditional view
maintenance tries to maintain the materialized view in response to
modifications to the base relations; we try to ``adapt'' the view in
response to changes in the view definition.
Such techniques are needed for applications where the user can change
queries dynamically and see the changes in the results fast. Data
archeology, data visualization, and dynamic queries are examples of
such applications.
We consider all possible redefinitions of SQL
Select-From-Where-Groupby, Union, and Minus views, and show how these
views can be adapted using the old materialization for the cases where
it is possible to do so. We also identify extra information that can
be kept with a materialization to facilitate a redefinition. This
paper is comprehensive in considering all possible changes to the view
definition. Changes in the Select, From, Where, and Groupby clauses
can be handled, as can changes in the operands to the Union and Except
operations. We also handle multiple simultaneous changes to a view
without necessarily materializing intermediate results. We identify
guidelines for users and database administrators that can be used to
facilitate efficient view adaptation.
Copyright © 1995 by the ACM,
Inc., used by permission. Permission to make
digital or hard copies is granted provided that
copies are not made or distributed for profit or
direct commercial advantage, and that copies show
this notice on the first page or initial screen of
a display along with the full citation.
Online Version (ACM WWW Account required): Full Text in PDF Format
CDROM Version: Load the CDROM "Volume 1 Issue 1, SIGMOD '93-'97" and ...
DVD Version: Load ACM SIGMOD Anthology DVD 1" and ...
Printed Edition
Michael J. Carey, Donovan A. Schneider (Eds.):
Proceedings of the 1995 ACM SIGMOD International Conference on Management of Data, San Jose, California, May 22-25, 1995.
ACM Press 1995 ,
SIGMOD Record 24(2),
June 1995
Contents
[Index Terms]
[Full Text in PDF Format, 1211 KB]
References
- [AWS93]
- ...
- [BBMS89]
- Alexander Borgida, Ronald J. Brachman, Deborah L. McGuinness, Lori Alperin Resnick:
CLASSIC: A Structural Data Model for Objects.
SIGMOD Conference 1989: 58-67
- [BST+92]
- ...
- [BST+93]
- Ronald J. Brachman, Peter G. Selfridge, Loren G. Terveen, Boris Altman, Fern Halper, Thomas Kirk, Alan Lazar, Deborah L. McGuinness, Lori Alperin Resnick:
Integrated Support for Data Archeology.
Int. J. Cooperative Inf. Syst. 2(2): 159-185(1993)
- [CKPS95]
- Surajit Chaudhuri, Ravi Krishnamurthy, Spyros Potamianos, Kyuseok Shim:
Optimizing Queries with Materialized Views.
ICDE 1995: 190-200
- [GMR95]
- ...
- [GMS93]
- Ashish Gupta, Inderpal Singh Mumick, V. S. Subrahmanian:
Maintaining Views Incrementally.
SIGMOD Conference 1993: 157-166
- [GSUW94]
- Ashish Gupta, Yehoshua Sagiv, Jeffrey D. Ullman, Jennifer Widom:
Constraint Checking with Partial Information.
PODS 1994: 45-55
- [LMS94]
- Alon Y. Levy, Inderpal Singh Mumick, Yehoshua Sagiv:
Query Optimization by Predicate Move-Around.
VLDB 1994: 96-107
- [LMSS95]
- Alon Y. Levy, Alberto O. Mendelzon, Yehoshua Sagiv, Divesh Srivastava:
Answering Queries Using Views.
PODS 1995: 95-104
- [LY85]
- Per-Åke Larson, H. Z. Yang:
Computing Queries from Derived Relations.
VLDB 1985: 259-269
- [MPR90]
- Inderpal Singh Mumick, Hamid Pirahesh, Raghu Ramakrishnan:
The Magic of Duplicates and Aggregates.
VLDB 1990: 264-277
- [RSU95]
- Anand Rajaraman, Yehoshua Sagiv, Jeffrey D. Ullman:
Answering Queries Using Templates with Binding Patterns.
PODS 1995: 105-112
- [TSI94]
- Odysseas G. Tsatalos, Marvin H. Solomon, Yannis E. Ioannidis:
The GMAP: A Versatile Tool for Physical Data Independence.
VLDB 1994: 367-378
- [Ull89]
- Jeffrey D. Ullman:
Principles of Database and Knowledge-Base Systems, Volume II.
Computer Science Press 1989, ISBN 0-7167-8162-X
Contents - [WS93]
- ...
- [YL87]
- H. Z. Yang, Per-Åke Larson:
Query Transformation for PSJ-Queries.
VLDB 1987: 245-254
Copyright © Fri Mar 12 17:21:32 2010
by Michael Ley (ley@uni-trier.de)