Reg Inter Process

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
raj_konig
Participant
Posts: 67
Joined: Thu Dec 22, 2005 12:27 am

Reg Inter Process

Post by raj_konig »

Folks,

Inter Process Plugin is only used for performance tuning or is there any other specific advantage of having this plug-in

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

Post by ArndW »

IPC was added to explicitly allow a job to be split into several processes for performance purposes.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read Chapter 2 of the Parallel Job Developer's Guide (parjdev.pdf), particularly the section on pipeline parallelism.

This is what the IPC stage, or enabling inter-process row buffering, can achieve in server jobs.

The gains aren't great, however, if you only have a single CPU.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply