Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

Oracle 11g Parallel Execution

Oracle Database Tips by Donald Burleson

Parallel Databases

Modern relational database systems are typically architected with parallel capable software that is well suited to take advantage of the parallel architecture of SMP systems. The Oracle database system is a multi-process application in UNIX systems and is a multi-threaded application under the Windows architecture.

 

Databases have a component called the query optimizer, which selects a sequence of inputs, joins, and scans to produce the desired output table or data set. The query optimizer is aware of the underlying hardware architecture to utilize the suitable path for invoking parallel execution. Thus, from the database point-of-view, parallel execution is useful for all types of operations that access significant amounts of data.

 

Generally, parallel execution improves performance for:

  • queries

  • creation of large indexes

  • bulk inserts, updates, and deletes

  • aggregations and copying

Parallel processing involves the use of multiple processors to reduce the time needed to complete a given task. Instead of one processor executing an entire task, several processors work on separate tasks which are subordinate to the main task. There are several architectural approaches for multiple processor systems. They are:

  • Symmetric Multi-Processors (SMP)

  • Clustered Systems

  • NUMA (or DSM - Distributed Share Model) servers

  • MPP (Massively Parallel Processing)

Types of Parallelism

There are two types of parallelism.  They are inter-query parallelism and intra-query parallelism.

  • Inter-Query Parallelism - Individual transactions are independent, and no transaction requires the output of another transaction to complete. Many CPUs can be kept busy by assigning each task or query to a separate CPU. This type of parallelism, where many separate independent queries are active at the same time, is called inter-query parallelism. In an OLTP environment, each query is fairly small, small enough to complete on a single process utilizing a single CPU.

  • Intra-Query Parallelism - To speed up execution of a large, complex query, it must first be decomposed into smaller problems, and these smaller problems execute concurrently (in parallel) by assigning each sub-problem concurrently to its CPUs. This is called intra-query parallelism.  Decision support systems (DSS) need this kind of facility. Data warehousing applications often deal with huge data sets, involving data capture, analysis and summaries, so these operations also require this capability.

 
   
Oracle Grid and Real Application Clusters

See working examples of Oracle Grid and RAC in the book Oracle Grid and Real Application Clusters.

Order directly from Rampant and save 30%. 
 


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.