Oracle index prompt Parsing

Source: Internet
Author: User

When the Oracle index prompts parsing hints, in some cases, we may specify a full set of hints to ensure that the optimizer produces the optimal execution plan. Oracle index prompt, oracle index prompt, oracle index tips, oracle index OPTIMIZATION, Oracle index prompt. Www.2cto.com indicates the optimizer method and target hints: ALL_ROWS-cost-based optimizer, FIRST_ROWS (n)-cost-based optimizer, CHOOSE with response time as the target -- SELECT different optimizer RULE based on statistical information -- use the RULE-based optimizer SELECT/* + FIRST_ROWS (10) */employee_id, last_name, salary, job_id FROM employeesWHERE region = 20; SELECT/* + CHOOSE */employee_id, last_name, salary, job_idFROM employees WHERE employee_id = 7566; SELECT/* + RULE */employee_id, last_name, salary, job_idFROM employees WHERE employee_id = 7566;

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.