Parallel job process

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
Hema.k
Participant
Posts: 43
Joined: Wed Dec 30, 2009 3:28 am

Parallel job process

Post by Hema.k »

Hi,

I have developed a parallel job which has two different design,one is for insertion of records and another one to Update the records.
Both Insertion & Updation is on same table and the job is running fine.

Can anyone explain how the job is processed while running i.e. which one will happen first insertion or updation?

Thanks in advance.

Regards,
Hema K
soumya5891
Participant
Posts: 152
Joined: Mon Mar 07, 2011 6:16 am

Re: Parallel job process

Post by soumya5891 »

Are you using Upsert method or you are doing insert and update seperately in different stages
Soumya
Hema.k
Participant
Posts: 43
Joined: Wed Dec 30, 2009 3:28 am

Post by Hema.k »

I have a single job and the design of the job is as follows:

Odbc---->Transformer---->Netezza (Insertion)
Row Generator ------> Odbc (Updation)


Regards,
Hema K
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

The two streams are running independently, nearly as if you had two separate jobs submitted at the same time. Therefore, you will see updates and inserts happening at the same time.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply