improving the performance in transformer stage

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
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

improving the performance in transformer stage

Post by mallikharjuna »

Hi All,

My Source table is having 50 lacks records.i have applied few transformation rules in trasformer stage based on my requirements.my job is taking 40 minutes time to finish.

please let me know how to improve the performace in transformer stage.

Thanks in advance
MALLI
udayk_2007
Participant
Posts: 72
Joined: Wed Dec 12, 2007 2:29 am

Post by udayk_2007 »

What kind of calculations/processing are you doing in transformer stage ?
ETLJOB
Participant
Posts: 87
Joined: Thu May 01, 2008 1:15 pm
Location: INDIA

Post by ETLJOB »

Are you sure, the bottle neck is in transformer? What are the other stages you have used in the job? Are the performance statistics of the other stages looking good? Post your analysis please!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Look for any opportunity for doing less processing, for example evaluating functions once in stage variables rather than many times in column derivation expressions, evaluating constants once when initializing stage variables rather than once per row, and so on. Once we see what you're doing more suggestions may be forthcoming.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
natashab
Participant
Posts: 17
Joined: Mon Aug 09, 2010 3:44 am

Post by natashab »

Which stage are you using to extract the data?If it's Oracle OCI stage then the array size can be set to the maximun value(32767) to improve the performance of the job
Post Reply