A rule-based query optimizer with multiple search strategies

作者:

Highlights:

摘要

This paper describes a rule-based query optimizer. The originality of the approach is through a uniform high-level rule language used to model both query rewriting and planning, as well as search strategies. Rules are given to specify operation permutation, recursive query optimization, integrity constraint addition, to model join ordering and access path selection. Therefore, meta-rules are presented to model multiple search strategies, including enumerative and randomized search. To illustrate these ideas, we describe a query optimizer for an extensible database server that supports abstract data types, complex objects, deductive capabilities and integrity constraints. A prototype of the query optimizer proposed in this paper is operational and has been demonstrated at the 1991 ESPRIT week in the EDS project.

论文关键词:Query optimization,Object and deductive databases,Extensible optimizer,Query rewriting,Query Planning,Search strategy

论文评审过程:Received 27 July 1993, Revised 27 October 1993, Accepted 8 March 1994, Available online 12 February 2003.

论文官网地址:https://doi.org/10.1016/0169-023X(94)90045-0