|< < 54 > >|

Transforming Relational Algebra Expressions

Transformations involving multiple kinds of operators

Select can be pushed below a join

  • The running time of a join depends on the size of its inputs.

  • Pushing select below join reduces input size.

|< < 54 > >|