What is the difference between Parallel and Server Container

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
vinodlakshmanan
Participant
Posts: 82
Joined: Wed Jul 14, 2004 7:21 am
Location: India

What is the difference between Parallel and Server Container

Post by vinodlakshmanan »

I want to know the difference between Server and Parallerl Shared Containers performance-wise and which is recommended to be used in which type of job.
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: What is the difference between Parallel and Server Conta

Post by ogmios »

vinodlakshmanan wrote:I want to know the difference between Server and Parallerl Shared Containers performance-wise and which is recommended to be used in which type of job.
If you have the Server edition you can only use the Server Shared Container :wink:

If you use server jobs use the Server Shared Container, if you use Parallel jobs use the Parallel Shared Container.

Ogmios
In theory there's no difference between theory and practice. In practice there is.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Mixing job types by placing server containers within a parallel job will cause a performance hit (when compared to a 'pure' parallel job) and should be avoided where possible.
Post Reply