Master job calling another child job taking 24 hrs for 5000

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
heman
Participant
Posts: 2
Joined: Fri Apr 21, 2006 10:39 am

Master job calling another child job taking 24 hrs for 5000

Post by heman »

I have one master job which contains hashfile ,transformer stage and output from transformer.In the transformer i am calling another job which contains a stored proc in the source and it takes the input from hasfile(from main job) and loads one by one.so thsi taking 24 hrs to load 5000 rows.Please advice me.stored proc is taking the way they wrote is calling proc with in the proc as i am not the original devoloper.Can we do anything performance increase from datastage side?

thanks in advance.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Confusing. Are you saying that each record in the master job triggers another job that runs a proc for just that row? :shock: If so, no wonder it is horribly slow. What does the proc do that is so important you can't do it directly in the 'master' job?
-craig

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