When to use Server & Parallel jobs.

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
id4dstech
Participant
Posts: 15
Joined: Thu Sep 06, 2007 11:46 am

When to use Server & Parallel jobs.

Post by id4dstech »

Hi,

Please let me know the criteria of deciding when to use server jobs & when to use the parallel jobs.

That is what are the cond. under which we should create the job as parallel job & server job.

Thanks,
Thanks,
BG.
Raghumreddy
Participant
Posts: 24
Joined: Fri Aug 26, 2005 3:52 pm
Contact:

Re: When to use Server & Parallel jobs.

Post by Raghumreddy »

Hi
There is no such rule to seperate it,
But
if a process is taking more time to run more number of records like millions then we generally suggest to go parallel,

Going from server to parallel is not an upgrade
we need to rewrite the process again.

If you are using heavy loads we suggest to go parallel.

If you have multi processor and multiple resources then only you can use the parellel effectively.
Generally you can write any process in server or parallel.

HTH
Raghu M

id4dstech wrote:Hi,

Please let me know the criteria of deciding when to use server jobs & when to use the parallel jobs.

That is what are the cond. under which we should create the job as parallel job & server job.

Thanks,
Post Reply