Page 1 of 1

How to use Link Partitioner?

Posted: Thu Aug 12, 2004 12:15 am
by Prashantoncyber
Hi All,

How does the Link Partitioner work and what for is it used.
I have gone through the documention but it is very brief and not able to understand how to use this stage.

Can any body explain it with a example ?


thanks,
Prashant

Re: How to use Link Partitioner?

Posted: Thu Aug 12, 2004 12:45 am
by bibhudc
Prashant,

Go to Chapt 2 (Optimizing Performance in Server Jobs) of the Server Job Developer Guide and look for an example in the section "CPU Limited Jobs - Multi-processor Systems"

This example partitions (using Link partitioner) the rows so that it can be worked upon (using a transformer in a container) by multiple processors.

Hope this helps
Bibhu

Posted: Thu Aug 12, 2004 2:22 am
by suma
Link Partitioner,Link collector,IPC are performance related issues.
These greately increase the performance. For Example if you have Lacks of records in your source you can divide the volume of data to be sent to the transformer by using the Link Partitioner so that the transformations take place simultaniously, and collect them back into the target by using Link Collector. And the Business Logic to be applied should be the same throughout.

Thanks

Posted: Sat Aug 14, 2004 4:40 am
by Prashantoncyber
Thanks to all of you for sharing the useful information.

Regards
Prashant