Calling Server Job Routines in MPP

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
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

Calling Server Job Routines in MPP

Post by nivas »

Hi

I was able to call Server Job Routines in Parallel Extender in SMP.
Now I would like to call Server Job Routines in Parallel Extender in MPP.
Any suggestions are most welcome.

thanks
Nivas
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

My suggestion:

Make absolutely sure you really need to use Server Job routines.

There are preciously little that can't be done in EE that is being done in Server. I would restore to creating a buildOP stage before using a Server Job routines. Why? PERFORMANCE!

Why do MPP if you're killing your performance with server job routines?
Post Reply