Home | Previous Page | Next Page   Running a User-Defined Routine > Executing a User-Defined Routine >

Optimizing the SQL Statement

Once the query parser has separated the SQL statement into its syntactic parts, the query optimizer can create a query plan that efficiently organizes the execution of the SQL statement. The query optimizer formulates a query plan to fetch the data rows that are required to process a query.

For more information, see Optimizing a User-Defined Routine.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]