Link Partitioner 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
rramprasad78
Participant
Posts: 18
Joined: Mon Nov 06, 2006 10:08 pm

Link Partitioner and Link Collector

Post by rramprasad78 »

Hi,
I was just thinking when i got struck in:
Does combination of link partitioner and link collector helps in implementing only Partitioning parallelism or pipeline-partition parallelism in server jobs?

Can someone help me clarify this? :)

Thanks.

Regards,
Ramprasad Ramani
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Both. Partition parallelism is obvious. Pipeline parallelism results from the fact that each takes a process unto itself, and therefore requires inter-process row buffering to be enabled.

When's the interview?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rramprasad78
Participant
Posts: 18
Joined: Mon Nov 06, 2006 10:08 pm

Post by rramprasad78 »

ray.wurlod wrote:Both. Partition parallelism is obvious. Pipeline parallelism results from the fact that each takes a process unto itself, and therefore requires inter-process row buffering to be enabled.

When's ...
Thank you Ray for clarifying.

Regards,
Ramprasad Ramani
Post Reply