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 Database Tips by Donald Burleson

B-Tree and Indexes

During any discussion of indexes with Oracle, the subject of B-tree structure is always bandied about as if everyone knew exactly what is being talked about. However, unless you come from a computer science or academic programming background, all you may understand is that a B-tree is a special structure format for an index that allows rapid access of the data in the index. But exactly what is a B-tree? Let's take a quick look at a B-tree structure in Figure 6.1before we go on. Each upper node is known as a branch, while the lowest levels are known as leaf nodes. Branches point to other branches or leaf nodes. Leaf nodes store value-rowid pairs.

The actual distribution will depend on the number of data values in each range of values in a B-tree, with the overall goal to reduce the number of required levels that must be traversed to get to a specific value. The advantages of a B-

tree structure are:

  • All leaf blocks are of the same depth (number of values).

  • In the case of randomly entered data, the B-tree stays balanced automatically.

  • All blocks of a B-tree index are three-quarters full (on the average), allowing insertion without rebuild.

  • B-trees provide excellent performance for all types of selects.

  • Insert, update, and deletes tend to be efficient in a B-tree structure.

  • B-tree performance stays optimal even when tables vary from small to large.

See Code Depot


www.dba-oracle.com/oracle_scripts.htm

��  
 
 
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.