Other than Round Robin, What is the algorithm used in link collecter? Also Explain How it will works?

Showing Answers 1 - 2 of 2 Answers

Hari

  • Jul 26th, 2006
 

Other than round robin, the other algorithm is Sort/Merge.

Using the sort/merge method the stage reads multiple sorted inputs and writes one sorted output. 

  Was this answer useful?  Yes

vinothkcet

  • Dec 17th, 2008
 

There were two collection algorithm
1. Round robin
2. Sort/Merge

Round Robin :
This is the default method. Using the roundrobin
method the stage will read a row from each input link in
turn.
Sort/Merge:
Using the sort/merge method the stage reads
multiple sorted inputs and writes one sorted output.


Hope this Helps….:-)

  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