How can we improve the performance of a link collector in the case of handling more than 25000 records?

Showing Answers 1 - 1 of 1 Answers

Link partitiner and collecter are used to develop the parallism in server jobs.

if source has huge amount of data that situation you can use these stages to perfoem parallism in server job environment.

link partioner divides the data into 128 outputs, using collector you can collect those data. so these 128 output streams share the input data and perform opration parallely.

Regards,
Veeru.

  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