Reducing Multidatabase Query Response Time by Tree Balancing.
Weimin Du, Ming-Chien Shan, Umeshwar Dayal:
Reducing Multidatabase Query Response Time by Tree Balancing.
SIGMOD Conference 1995: 293-303@inproceedings{DBLP:conf/sigmod/DuSD95,
author = {Weimin Du and
Ming-Chien Shan and
Umeshwar Dayal},
editor = {Michael J. Carey and
Donovan A. Schneider},
title = {Reducing Multidatabase Query Response Time by Tree Balancing},
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 = {293-303},
ee = {http://doi.acm.org/10.1145/223784.223846, db/conf/sigmod/sigmod95-23.html},
crossref = {DBLP:conf/sigmod/95},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
Abstract
Execution of multidatabase queries differs from that of traditional
queries in that sort merge and hash joins are more often favored,
as nested loop join requires repeated accesses to external data
sources. As a consequence, left deep join trees obtained by
traditional (e.g., System-R style) optimizers for multidatabase
queries are often suboptimal, with respect to response time, due to
the long delay for a sort merge (or hash) join node to produce its
last result after the subordinate join node did. In this paper, we
present an optimization strategy that first produces an optimal left
deep join tree and then reduces the response time using simple tree
transformations. This strategy has the advantages of guaranteed
minimum total resource usage, improved response time, and low
optimization overhead. We describe a class of basic transformations
that is the cornerstone of our approach. Then we present algorithms
that effectively apply basic transformations to balance a left deep
join tree, and discuss how the technique can be incorporated into
existing query optimizers.
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, 1122 KB]
References
- [BTY84]
- David Brill, Marjorie Templeton, Clement T. Yu:
Distributed Query Processing Strategies in Mermaid, A Frontend to Data Management Systems.
ICDE 1984: 211-218
- [Chen90]
- ...
- [Daya83]
- Umeshwar Dayal:
Processing Queries Over Generalization Hierarchies in a Multidatabase System.
VLDB 1983: 342-353
- [Daya85]
- ...
- [DH84]
- Umeshwar Dayal, Hai-Yann Hwang:
View Definition and Generalization for Database Integration in a Multidatabase System.
IEEE Trans. Software Eng. 10(6): 628-645(1984)
- [DKS92]
- Weimin Du, Ravi Krishnamurthy, Ming-Chien Shan:
Query Optimization in a Heterogeneous DBMS.
VLDB 1992: 277-291
- [DSD94A]
- ...
- [DSD94B]
- ...
- [Hong92]
- Wei Hong:
Exploiting Inter-Operation Parallelism in XPRS.
SIGMOD Conference 1992: 19-28
- [HS93]
- Wei Hong, Michael Stonebraker:
Optimization of Parallel Query Execution Plans in XPRS.
Distributed and Parallel Databases 1(1): 9-32(1993)
- [IK90]
- Yannis E. Ioannidis, Younkyung Cha Kang:
Randomized Algorithms for Optimizing Large Join Queries.
SIGMOD Conference 1990: 312-321
- [LMH+85]
- ...
- [SAC+79]
- Patricia G. Selinger, Morton M. Astrahan, Donald D. Chamberlin, Raymond A. Lorie, Thomas G. Price:
Access Path Selection in a Relational Database Management System.
SIGMOD Conference 1979: 23-34
- [SAD+94]
- ...
- [SL90]
- Amit P. Sheth, James A. Larson:
Federated Database Systems for Managing Distributed, Heterogeneous, and Autonomous Databases.
ACM Comput. Surv. 22(3): 183-236(1990)
Copyright © Mon Mar 15 03:54:33 2010
by Michael Ley (ley@uni-trier.de)