Link Order Functionality ?

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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Link Order Functionality ?

Post by kaps »

Can we have a job with 4 different database stages (API or DB2 connector) from transformer and we will be updating same table in all the 4 stages. As this may cause table locks, I thought If I order the links one by one that would take care of the lock issue but one incoming record may send data to more than one database links. How does the link order work in this case ? Does it buffer the data for second dDB stage when the update of 1st DB stage happens ?

Please advise.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

See if one stage can handle it and try setting it to update 1 row at a time with the stage settings do you don't deadlock/timeout yourself.
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply