Inter-Process Row Buffer

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
patonp
Premium Member
Premium Member
Posts: 110
Joined: Thu Mar 11, 2004 7:59 am
Location: Toronto, ON

Inter-Process Row Buffer

Post by patonp »

I have a job in which the order of incoming data must be maintained. If I enable Inter-process row buffering to speed up my job, is there any chance that this will this change my row order?

Thanks!

Peter
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, the IPC uses pipes and they are FIFO (first in first out) and won't change any row ordering.
patonp
Premium Member
Premium Member
Posts: 110
Joined: Thu Mar 11, 2004 7:59 am
Location: Toronto, ON

Post by patonp »

Glad to hear it! Thanks for the reply.
Post Reply