Supplement to "Indexing" in Oracle Tuning

Source: Internet
Author: User
Supplement to Oracle optimization ldquo; index building rdquo;

Supplement to Oracle optimization ldquo; index building rdquo;

Indexing is a good method for tuning and greatly improving the query speed.

However, in addition to creating an index for each field, you can also create an index as follows:

1. Create a joint index for the query condition:

Combine all fields used by a table in the query condition to create an index, which improves the query efficiency.

2. Create a joint index for the query results

Combine all the fields found in a table in the query results to create an index, which improves the query efficiency.

3. Create a unique Index Based on Multiple Fields

Unique indexes are not necessarily determined by the primary key. If multiple fields can be combined to uniquely identify a data record, they can be combined to create an index.

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.