Inconsistent job performance

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
dstoddard
Premium Member
Premium Member
Posts: 8
Joined: Thu Jun 17, 2004 12:59 pm
Location: Canada

Inconsistent job performance

Post by dstoddard »

Hi

We have a DataStage server (7.5x2) with 2 projects; SysTest and UAT

I have an issue where job performance is not consistent across these projects.
Although job design, job sequencing, file sizes, directory structure - everything appears to be the same.
I've confirmed the projects are setup the same.

A job in one project ran in 1 hour and now runs 5+ hours in the other project.
And just to be interesting, a job ran in 2 hours in one project and then runs only a 1/2 hour in the other.

If this issue happened on the same job(s) or the same spot during the process, I would be able to review and make appropriate job design changes.
But this is not the case.

Our System support people have been monitoring the server but we haven't seen
anything that would cause a job to be long-running (ie. high cpu usage,high disk i/o).

The latest example is a job that ran in SysTest in 1.5 hours and has been running for over 8 hours in UAT.

I'm not sure what else to check.

Any ideas\suggestions are appreciated.
Thanks Debbie
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Post by laknar »

what about database is this the same DB or different.

If so please check the database level performance regarding reindex and indexes in tables which you are using and compare.
Regards
LakNar
dstoddard
Premium Member
Premium Member
Posts: 8
Joined: Thu Jun 17, 2004 12:59 pm
Location: Canada

Post by dstoddard »

The jobs so far that have had performance issues use only flat files and hash files.

We haven't had issues extracting from DB2 on z\os. Likely due to our job design (one job per table\query extracted to flat file).

We've been monitoring the read\write I/O on the various files and the processes aren't anywhere near capacity for the server.

Thanks for the suggestion
-d
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

i guess this is totally related to the resources available for the jobs while running!!
Kandy
_________________
Try and Try again…You will succeed atlast!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Or perhaps to differing volumes of data. Are you using read or write cache with the hashed files? Try disabling cache and see whether the differences disappear (you can re-enable later).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dstoddard
Premium Member
Premium Member
Posts: 8
Joined: Thu Jun 17, 2004 12:59 pm
Location: Canada

Post by dstoddard »

Just to post the final findings on this issue.

After many tests, performance monitoring, and explaining how DataStage works.....

A registry change (by the Tech folks) to 'fix' a previous FTP issue we were having has been found to cause problems with file caching, clearing memory caches and some other interesting os-level problems -- ticket opened with Microsoft.

Thanks for the suggestions
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Gee, and I didn't even get to do my "what's changed?" schtick.
:cry:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Clearly "nothing" is not the correct answer. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply