Home | Previous Page | Next Page   Appendix B. How SQL Queries Are Executed >

Serial Query Execution

The optimizer does not process the following types of queries or statements in parallel:

In addition, you can tune the database server or specific sessions to prefer serial plans for transactions, as described in Ensure Quick Response for Transactions.

Important:
The optimizer executes the CREATE INDEX statement in parallel. For more information on building indexes in parallel, refer to Parallel Index Builds.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]