Job performance in diferent projects on one server

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
srinivasthoka
Participant
Posts: 1
Joined: Tue Oct 10, 2006 2:04 pm

Job performance in diferent projects on one server

Post by srinivasthoka »

Hi,

I have a DS server job that is giving different performance stats in two different DS projects on the same DS server. Job is giving me 200 rows/sec in one project and the same job is ginving 30 rows/sec in a different project. I tried to make all the project parameters look alike, still the performance is not improving.

Performance is impacted when a Hash file is being looked-up as a lookup file.

Any leads in this regard would be helpful.

Thanks,
Srini
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Go into Administrator and see if they are setup the same.
Mamu Kim
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Do the jobs in different projects reference the same hashed file, or a copy local to each project? If separate copies, consider the size of the hashed file and its current tuning state. Consider clearing or removing and recreating the files in both projects to have a fair comparison.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This can happen if one project defaults to using inter-process buffering and the other doesn't and you have a job which benefits by this type of buffering - at a guess a job with a lookup transform stage will most likely be in that category.
Post Reply