Shared Container Performance

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
ptc3bluedevil
Participant
Posts: 4
Joined: Wed Mar 26, 2008 2:34 pm

Shared Container Performance

Post by ptc3bluedevil »

Does using a shared container affect job performance in any way?

In my current example, I'm facing an ugly string of lookup stages (i.e. the Reject link records for the first lookup stage must be the input records for a subsequent lookup stage with a slightly different match criteria, and so on), but I could instead group some of the lookup stages into a shared container and reuse that container many times. It would certainly be easier from a coding and maintenance perspective, but is there a performance impact to having many shared containers in the same job?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Welcome aboard, blue devil. :wink:

Short answer is 'no'. It's all about what's in the shared (or local) container, the fact that job components are in a shared container has no impact on performance.
-craig

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