Job Start Up Time

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
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Job Start Up Time

Post by snt_ds »

Hi,

We have a job with src as Oracle table with 6 lookup stages(In memory) , followed by the Transforer for the business rules and then loads an Oracle table. It gets roughly 2k records

Ths job takes startup time as 2.06 mins and 0.21 mins as production run time.So almost 90% of the time is used for Startup.

Any way by which I can reduce on the this startup time by making some design changes or any other settings that can help?

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

Post by ray.wurlod »

One of the major invisible things in version 8.0 is reduced startup time. There's not a whole lot you can do about it in version 7. That's one of the reasons I advocate server jobs for small to medium loads.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

If source and lookup are both Ora, why not do in db itself !!?

Search for Sparse and Performance.
Pierre
Participant
Posts: 66
Joined: Thu May 24, 2007 7:16 am
Location: Paris

Post by Pierre »

I faced this problem several times (with DS Server).
Clearing the log reduced the startup time.

Pierre.
Felix qui potuit rerum cognoscere causas. Virgile (Géorgiques).
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

I concur with Ray on this. Server jobs are at your disposal. Use them for such jobs.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Post by snt_ds »

Sainath.Srinivasan wrote:If source and lookup are both Ora, why not do in db itself !!?

Search for Sparse and Performance.
Thanks ..in that case why use ETL itself if everything could be done efficiently in DB.!!
snt_ds
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The "T" of ETL can rarely be done as efficiently or as flexibly in the database.
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