Hash Files

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
mitrp01
Participant
Posts: 2
Joined: Tue Jun 13, 2006 8:24 pm

Hash Files

Post by mitrp01 »

Hi,
I am a newbie to DataStage. I am looking for any material about hash files. Any other guidance is greatly appreciated.

Thanks in advance...

- Trinadh
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :lol:

Hash files are used for shaping blocks of hash.

The term you need is "hashed" files. These use a hashing algorithm to determine the physical location of records, rather than needing a table scan or index scan. This is the fastest key-based access method there is. When the structure is cached in memory, the accesses are at memory speed rather than at disk speed.

A good place to start is the UniVerse System Description, which you can download from IBM's UniVerse web site
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mitrp01
Participant
Posts: 2
Joined: Tue Jun 13, 2006 8:24 pm

Post by mitrp01 »

Thank you very much Ray! :-)
And sorry for the typo......
Post Reply