Sql Engine - Relational Operator (Data operations|Execution Plan Steps)

Oracle Database Sql Processing

Sql Engine - Relational Operator (Data operations|Execution Plan Steps)

About

Relational operator

They are the step of a plan (execution parse tree).

List

Type of operation using the work area:

  • SORT,
  • HASH JOIN,
  • GROUP BY,
  • BUFFERING,
  • BITMAP MERGE,
  • or BITMAP CREATE

Others:

  • out of core operations are made with the help of the disk
  • in of core operations are made within memory





Discover More
Logical Query Plan
Sql Engine - Logical Plan (Query)

A execution plan is an ordered set of steps to execute a query During SQL processing, the row source generator receives the optimal execution plan from the optimizer and produces an iterative plan, called...



Share this page:
Follow us:
Task Runner