Can we use Round Robin for aggregator?is there any benefit
underlying?

Answer Posted / vinod upputuri

Here is the Sample Scenario:
Max sal for each dept

I/P File: Dept
Deptno, Sal
10,21000
10,22000
20,23000
20,12000
30,41000

if you use the Round-robin for 2 node:

SEQ>>AGR>>Tar

no: 10,21000 n1: 10,22000 n2:20,23000
20,12000 30,41000

then the O/P: is all the records from all nodes. because in
no there is no matching deptno.

if you do the hash partition: then

no: 10,21000 n1:20,23000 30,41000
10,22000 20,12000

SO, the O/P: no:10,22000
n1:20,23000
n2:30,41000

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of datastage flow designer?

721


Why we use surrogate key?

790


How many types of sorting methods are available in datastage?

718


What are data elements?

754


8000 jobs r there i given commit, suddenly job will abort? what happens? 2)diff b/t transformer stage & filter stage? 3)how to load the data in the source?

1895






How complex jobs are implemented in datstage to improve performance?

693


Have you have ever worked in unix environment and why it is useful in datastage?

778


Can you highlight the main features of ibm infosphere information server?

745


Where do the datastage jobs get stored?

826


Hi everyone,I have kept a project Sales And Distribution for a pharmaceutical company.can anybody explain one complex business rule that we had in our project and how did you accomplish it using DS?

1846


how to export or import the jobs in .ISX file

826


In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name

2120


What are the steps needed to create a simple basic datastage job?

770


What are the types of jobs we have in datastage?

761


table actions available in oracle connector?

1202