Hash File reading

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Satheesh_Yama
Participant
Posts: 6
Joined: Thu Jul 13, 2006 4:28 am

Hash File reading

Post by Satheesh_Yama »

Hi DSXians,

Can we lookup from the same hash file by multiple jobs or multiinstance of single job at the same time?The hash file creation job is not in multiinstance?Thanks for ur time.

Regards
satheesh
Satheesh Y
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, you can have {n} readers of the same hashed file at the same time. You can also have {n} writers as well - hashed files are just like databases in that there is a locking mechanism in place to control concurrency.
Post Reply