Hashed file performance issue

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
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Hashed file performance issue

Post by dr.murthy »

Hi All,

Source Hash(SH)====>Xfm======>normalised Hash(NH)======>Target

i had a job its reading the data from universe hashed file(SH) and writing it to another
hashed file(NH), same hashed stage is normalising the data and load into final sequential
file.
But here i have around 3 billion records, job takes more that 2 hrs to complete.
Is there any best practices to improove the performance in this design.

Especially in normalised Hash(NH) , job is waiting till complete all the records write.

Appreciate your help on this issue.
D.N .MURTHY
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you looked at tuning the hashed file, particularly reserving the disk space they need? Are the records very large?
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