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 


 

 

 


 

 

   
 

Pre-Disk Data Storage

Oracle Tips  by Burleson Consulting

High Performance Data Warehousing

Pre-Disk Data Storage

On the earliest commercial computers, drum storage was far too expensive to hold large volumes of transaction data. Consequently, transactions were keyed onto punched cards, and these cards were sorted and copied to a daily transaction tape. This daily transaction tape was then processed against the previous day’s sorted master tape (see Figure 1.1).

Figure 1.1  Transaction processing with magnetic tapes.

In this fashion, the data processing site collected a historical archive of each day’s transactions. These daily transaction tapes were used as the input to statistical programs that read and aggregated the transactions according to predefined rules, writing the aggregate summaries onto another tape (see Figure 1.2). These tapes, in turn, were used by managers to answer decision support queries similar to the queries serviced by today’s data warehouses.

Figure 1.2  Data aggregation on magnetic tapes.

Early Disk-Based Data Storage

Prior to the development of early commercial databases such as IMS, many "database" systems were nothing more than a loose conglomeration of flat-file storage methods on magnetic disks and drums. The term flat file includes physical-sequential storage as well as the indexed sequential access method (IS-AM) and virtual sequential access method (VSAM). Early flat-file systems such as IS-AM and VSAM were actually little more than physical-sequential files with indexes stored on disks or drums.

The data access methods used by these early disk systems were very primitive when compared to today’s commercial databases. One of the most common disk access methods was commonly known as BDAM (Basic Direct Access Method). BDAM was used for data records that required fast access and retrieval of information. BDAM uses a hashing algorithm, which takes a symbolic key and converts it into a location address on a disk (a disk address). Unfortunately, the range of addresses generated by hashing algorithms requires careful management. Because a hashing algorithm always produces the same key each time it reads an input value, duplicate keys have to be avoided. BDAM file structures also consume large amounts of disk storage. Because records are randomly distributed across the disk device, it is common to see hashed files with more unused spaces than occupied spaces. In most cases, a BDAM file is considered "logically" full if more than 70 percent of the space contains data records.


This is an excerpt from "High Performance Data Warehousing", copyright 1997.
If you like Oracle tuning, you may enjoy the book Oracle Tuning: The Definitive Reference , with over 900 pages of BC's favorite tuning tips & scripts. 

You can buy it directly from the publisher and save 30%, and get instant access to the code depot of Oracle tuning scripts.

 

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