Editorial / Best Answer
nikhilanshuman
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.
Where do you use Link-Partitioner and Link-Collector ?
Link Collector - Used for collecting the partitioned data.
Editorial / Best Answer
nikhilanshumanProfile Answers by nikhilanshuman Questions by nikhilanshuman
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.
Related Answered Questions
Related Open Questions