Where do you use Link-Partitioner and Link-Collector ?

Link Partitioner - Used for partitioning the data.
Link Collector - Used for collecting the partitioned data.

Editorial / Best Answer

nikhilanshuman  

  • Member Since Nov-2009 | Dec 17th, 2010


Link Partitioner and collecter are basically used to introduce data parallellism in server jobs.link partitioner,splits the data on many links.Once the data is processed,link collector collects the data and passes it to a single link.These are used in server jobs.In datastage parallel jobs,these things are inbuilt and automatically taken care of.

Showing Answers 1 - 6 of 6 Answers

Link Partitioner and collecter are basically used to introduce data parallellism in server jobs.link partitioner,splits the data on many links.Once the data is processed,link collector collects the data and passes it to a single link.These are used in server jobs.In datastage parallel jobs,these things are inbuilt and automatically taken care of.

  Was this answer useful?  Yes

karthik

  • Aug 23rd, 2016
 

Link Partition and Link collector are used in Server jobs for to split data.
Partition technique can be done in server jobs by using these two stages.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions