How to convert the server jobs into pX 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
basu.ds
Participant
Posts: 118
Joined: Tue Feb 06, 2007 12:59 am
Location: Bangalore

How to convert the server jobs into pX jobs

Post by basu.ds »

Hi Can any one help me that how to convert server jobs into PX jobs
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There are two methods.

1. Analyze the logic of the server jobs and write parallel jobs to implement that logic. You could, of course, hire a competent consultant to do this.

2. Give IBM a lot of money to do the same for you. They call it (their "service") "conversion tools" but most of it is outsourced/offshored and performed by humans.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Pick the low hanging fruit. Identify your longest and slowest jobs and convert those, leave the rest as server jobs. Server jobs and parallel jobs can co-exist quite happily and on smaller data volumes Server jobs may be faster due to faster start up times. Do the conversion yourself so you learn how parallel jobs work.
Post Reply