Use of Oracle Parallel Query

Source: Internet
Author: User
Tags oracle rownum

Oracle Parallel query is a query method accepted by more and more people. The following describes the advantages of Oracle Parallel query in detail. If you are interested in this aspect, take a look.

Use of the multiple CPU and Oracle Parallel Query PQO (Parallel Query Option) method:

1. Try to use multiple CPU processors for transaction processing and query

The rapid development of CPU makes ORACLE pay more and more attention to the application of multi-CPU Parallel technology. The access to a single database can be completed by the combination of multiple CPUs. In addition, distributed computing is already quite common, whenever possible, the CPU requests of the database server and the application should be separated, or the CPU requests should be moved from one server to another.

For multiple CPU Systems, use Parallel Query Option (PQO, Parallel Query Option) for database operations.

2. Use Parallel Query Option (PQO, select Parallel Query) to Query data

With the PQO method, you can not only allocate SQL statement request processing among multiple CPUs, but also read data from independent processes when the queried data is on different disks.

3. Use the SQL * Loader Direct Path option to load a large amount of data

When this method is used for data loading, the program creates formatted data blocks and writes them directly to the data file. other I/O of the database kernel is not required.

The preceding section describes the parallel query method of Oracle.

Implementation of parallel query of one column in oracle

Use of oracle rownum statements

Introduction to Oracle index rules

Oracle index type

How to create an Oracle Index

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.