Efficient optimization of a class of relational expressions

  • Authors:
  • A. V. Aho;Y. Sagiv;J. D. Ullman

  • Affiliations:
  • Bell Labs, Murray Hill, NJ;Princeton Univ., Princeton, NJ;Princeton Univ., Princeton, NJ

  • Venue:
  • ACM Transactions on Database Systems (TODS)
  • Year:
  • 1979

Quantified Score

Hi-index 0.00

Visualization

Abstract

The design of several database query languages has been influenced by Codd's relational algebra. This paper discusses the difficulty of optimizing queries based on the relational algebra operations select, project, and join. A matrix, called a tableau, is proposed as a useful device for representing the value of a query, and optimization of queries is couched in terms of finding a minimal tableau equivalent to a given one. Functional dependencies can be used to imply additional equivalences among tableaux. Although the optimization problem is NP-complete, a polynomial time algorithm exists to optimize tableaux that correspond to an important subclass of queries.