link partioner and link collector

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
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

link partioner and link collector

Post by kollurianu »

Hi,

For two processors how many partitions can i use , how many link partioners.


Thanks in advance
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can use as many as you like; though any one link partitioner supports a maximum of 64 outputs.

Read the manual about inter process communication, particularly the section about process boundaries. Learn about how many processes are generated in a job design (approximately one per active stage, but it depends on a number of other factors too).

Try to limit your jobs to not more than two active processes per CPU. For example, a job with two independent Transformer stages will have three processes (the job and the two stages), but the job process is more asleep than active most of the time, so can be discounted.
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