Hash file

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
iamrajy
Participant
Posts: 20
Joined: Mon Apr 26, 2004 10:38 am

Hash file

Post by iamrajy »

If multiple job are using same hash file at the same time. Does that can bring any problem?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In general no.
If you're only reading from the hashed file, there is no contention or locking. Though if you're looking to load the hashed file into memory, read the manual about sharing cached hashed files.
If you're writing using multiple links, you need to be aware that every write to a hashed file is a destructive overwrite - if you can live with this then you won't have a problem.
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