Optimization of Queries with User-defined Predicates.
Surajit Chaudhuri, Kyuseok Shim:
Optimization of Queries with User-defined Predicates.
VLDB 1996: 87-98@inproceedings{DBLP:conf/vldb/ChaudhuriS96,
author = {Surajit Chaudhuri and
Kyuseok Shim},
editor = {T. M. Vijayaraman and
Alejandro P. Buchmann and
C. Mohan and
Nandlal L. Sarda},
title = {Optimization of Queries with User-defined Predicates},
booktitle = {VLDB'96, Proceedings of 22th International Conference on Very
Large Data Bases, September 3-6, 1996, Mumbai (Bombay), India},
publisher = {Morgan Kaufmann},
year = {1996},
isbn = {1-55860-382-4},
pages = {87-98},
ee = {db/conf/vldb/ChaudhuriS96.html},
crossref = {DBLP:conf/vldb/96},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
BibTeX
Abstract
Relational databases provide the ability to
store user-defined functions and predicates
which can be invoked in SQL queries.
When evaluation of a user-defined predicate is relatively expensive,
the traditional methods of evaluating predicates as
early as possible is no longer a sound heuristic.
There are two previous approaches for optimizing such queries.
However, none of these approaches is able to guarantee
the optimal plan over the desired execution space.
We present an efficient technique that is able to
guarantee the choice of an optimal plan over the desired
execution space.
The optimization algorithm that we present has the desirable properties that
(a) it is an extension of the algorithm used by commercial
optimizers and never requires exhaustive enumeration of join ordering,
(b) the complexity of the algorithm is bounded by a
polynomial in the number of user-defined functions and
(c) requires no special assumptions on the cost
formulas for join.
We also propose a conservative local heuristic that is
even simpler but produces nearly optimal plans.
We have implemented the algorithms
by extending a System-R style optimizer.
Copyright © 1996 by the VLDB Endowment.
Permission to copy without fee all or part of this material is granted provided that the copies are not made or
distributed for direct commercial advantage, the VLDB
copyright notice and the title of the publication and
its date appear, and notice is given that copying
is by the permission of the Very Large Data Base
Endowment. To copy otherwise, or to republish, requires
a fee and/or special permission from the Endowment.
Online Paper
CDROM Version: Load the CDROM "Volume 1 Issue 5, VLDB '89-'97" and ...
DVD Version: Load ACM SIGMOD Anthology DVD 1" and ...
BibTeX
Printed Edition
T. M. Vijayaraman, Alejandro P. Buchmann, C. Mohan, Nandlal L. Sarda (Eds.):
VLDB'96, Proceedings of 22th International Conference on Very Large Data Bases, September 3-6, 1996, Mumbai (Bombay), India.
Morgan Kaufmann 1996, ISBN 1-55860-382-4
Contents BibTeX
Electronic Edition
References
- [CGK89]
- Danette Chimenti, Ruben Gamboa, Ravi Krishnamurthy:
Towards on Open Architecture for LDL.
VLDB 1989: 195-203 BibTeX
- [CS93]
- Surajit Chaudhuri, Kyuseok Shim:
Query Optimization in the Presence of Foreign Functions.
VLDB 1993: 529-542 BibTeX
- [CS94]
- Surajit Chaudhuri, Kyuseok Shim:
Including Group-By in Query Optimization.
VLDB 1994: 354-366 BibTeX
- [CS96]
- ...
- [GHK92]
- Sumit Ganguly, Waqar Hasan, Ravi Krishnamurthy:
Query Optimization for Parallel Execution.
SIGMOD Conference 1992: 9-18 BibTeX
- [Hel94]
- Joseph M. Hellerstein:
Practical Predicate Placement.
SIGMOD Conference 1994: 325-335 BibTeX
- [HS93]
- Joseph M. Hellerstein, Michael Stonebraker:
Predicate Migration: Optimizing Queries with Expensive Predicates.
SIGMOD Conference 1993: 267-276 BibTeX
- [IK90]
- Yannis E. Ioannidis, Younkyung Cha Kang:
Randomized Algorithms for Optimizing Large Join Queries.
SIGMOD Conference 1990: 312-321 BibTeX
- [KBZ86]
- Ravi Krishnamurthy, Haran Boral, Carlo Zaniolo:
Optimization of Nonrecursive Queries.
VLDB 1986: 128-137 BibTeX
- [KMS92]
- Alfons Kemper, Guido Moerkotte, Michael Steinbrunn:
Optimizing Boolean Expressions in Object-Bases.
VLDB 1992: 79-90 BibTeX
- [MS79]
- ...
- [PHH92]
- Hamid Pirahesh, Joseph M. Hellerstein, Waqar Hasan:
Extensible/Rule Based Query Rewrite Optimization in Starburst.
SIGMOD Conference 1992: 39-48 BibTeX
- [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 BibTeX
- [WK90]
- Kyu-Young Whang, Ravi Krishnamurthy:
Query Optimization in a Memory-Resident Domain Relational Calculus Database System.
ACM Trans. Database Syst. 15(1): 67-95(1990) BibTeX
Referenced by
- Manuel Rodriguez-Martinez, Nick Roussopoulos:
MOCHA: A Self-Extensible Database Middleware System for Distributed Data Sources.
SIGMOD Conference 2000: 213-224
- Surajit Chaudhuri, Kyuseok Shim:
Optimization of Queries with User-Defined Predicates.
ACM Trans. Database Syst. 24(2): 177-228(1999)
- Jihad Boulos, Kinji Ono:
Cost Estimation of User-Defined Methods in Object-Relational Database Systems.
SIGMOD Record 28(3): 22-28(1999)
- Michael Jaedicke, Bernhard Mitschang:
User-Defined Table Operators: Enhancing Extensibility for ORDBMS.
VLDB 1999: 494-505
- Weidong Chen, Jyh-Herng Chow, You-Chin Fuh, Jean Grandbois, Michelle Jou, Nelson Mendonça Mattos, Brian T. Tran, Yun Wang:
High Level Indexing of User-Defined Types.
VLDB 1999: 554-564
- Tobias Mayr, Praveen Seshadri:
Client-Site Query Extensions.
SIGMOD Conference 1999: 347-358
- Daniela Florescu, Alon Y. Levy, Ioana Manolescu, Dan Suciu:
Query Optimization in the Presence of Limited Access Patterns.
SIGMOD Conference 1999: 311-322
- William O'Connell, Felipe Cariño, G. Linderman:
Optimizer and Parallel Engine Extensions for Handling Expensive Methods Based on Large Objects.
ICDE 1999: 304-313
- Praveen Seshadri:
Enhanced Abstract Data Types in Object-Relational Databases.
VLDB J. 7(3): 130-140(1998)
- Narayanan Shivakumar, Hector Garcia-Molina, Chandra Chekuri:
Filtering with Approximate Predicates.
VLDB 1998: 263-274
- Felipe Cariño, William O'Connell:
Plan-Per-Tuple Optimization Solution - Parallel Execution of Expensive User-Defined Functions.
VLDB 1998: 690-695
- Michael Jaedicke, Bernhard Mitschang:
On Parallel Processing of Aggregate and Scalar Functions in Object-Relational DBMS.
SIGMOD Conference 1998: 379-389
- Surajit Chaudhuri:
An Overview of Query Optimization in Relational Systems.
PODS 1998: 34-43
- Wolfgang Scheufele, Guido Moerkotte:
Efficient Dynamic Programming Algorithms for Ordering Expensive Joins and Selections.
EDBT 1998: 201-215
- Praveen Seshadri, Miron Livny, Raghu Ramakrishnan:
The Case for Enhanced Abstract Data Types.
VLDB 1997: 66-75
- Luca Cabibbo, Riccardo Torlone:
Querying Multidimensional Databases.
DBPL 1997: 319-335
- Gösta Grahne, Matti Nykänen:
Safety, Translation and Evaluation of Alignment Calculus.
ADBIS 1997: 295-304
- Praveen Seshadri, Miron Livny, Raghu Ramakrishnan:
E-ADTs: Turbo-Charging Complex Data.
IEEE Data Eng. Bull. 19(4): 11-18(1996)
- Surajit Chaudhuri, Luis Gravano:
Optimizing Queries over Multimedia Repositories.
IEEE Data Eng. Bull. 19(4): 45-52(1996)
BibTeX
ACM SIGMOD Anthology - DBLP:
[Home | Search: Author, Title | Conferences | Journals]
VLDB Proceedings: Copyright © by VLDB Endowment,
ACM SIGMOD Anthology: Copyright © by ACM (info@acm.org), Corrections: anthology@acm.org
DBLP: Copyright © by Michael Ley (ley@uni-trier.de), last change: Sat May 16 23:46:09 2009