64-bit hashed 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
Pete Morris
Charter Member
Charter Member
Posts: 39
Joined: Wed Jun 23, 2004 4:33 am
Location: UK, chester

64-bit hashed files

Post by Pete Morris »

If a hashed file is converted to 64-bit do all the DS jobs that access the file need recompiling.

Also are there performance implications of using 64-bit hashed files.
Pete Morris
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. No.
2. Define performance. Obviously the storage space will go up, since you now have three eight-byte pointers per record rather than three four-byte pointers per record. The perfect world scenario (a perfectly tuned hashed file) will continue to require 1.0 logical I/O operations per key access when used in a lookup. And the best "performance" boost of all is that your job won't abort when you go over 2GB.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply