Introduction to three types of Oracle optimizer

Source: Internet
Author: User

Oracle optimizer has three types, namely, RULE based on rules), COST Based on COST) and CHOOSE selection. We all know that the Oracle optimizer with default settings can be configured through init. various declarations of the OPTIMIZER_MODE parameter in the ora file.

For example, RULE, COST, CHOOSE, ALL_ROWS, and FIRST_ROWS. You certainly overwrite them at the SQL statement level or session level.

To use the Cost-Based Optimizer CBO, Cost-Based Optimizer), you must always run the analyze command to increase the object statistics in the database.

If the optimizer mode of the database is set to selective CHOOSE), the actual Oracle optimizer mode is related to whether the analyze command has been run. If the table has been analyze, the optimizer mode will automatically become CBO. Otherwise, the database will adopt the RULE form optimizer.

By default, Oracle uses the CHOOSE optimizer. To avoid unnecessary full table scan, you must avoid using the CHOOSE optimizer, instead, we directly use a rule-based or cost-based optimizer.


The above content introduces three types of Oracle optimizer. I hope you will get some benefits.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.