Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / venkatesh.m

we can't use round robin for aggrigator
Because round robin shares the records equally to all the
nodes.
but if it goes like that there may be a chance to get not
relevant o/p (UN expected o/p )

its better to use hash partition



if am wrong plz let me know

Is This Answer Correct ?    16 Yes 0 No

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

Answer / 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

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

Answer / chirag

can u plz explain this wit an example and if possible plz
mai me on chirag13189@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

how to capture rejected data by using join stage not for lookup stage. please let me know

3 Answers   Satyam,


How do you remove duplicate values in datastage?

0 Answers  


What are the areas of application?

0 Answers  


What is the difference between SQl Loader and OCI in datastage?

2 Answers   CSC,


i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com

2 Answers   Wipro,


What is the difference between server job and parallel jobs?

0 Answers  


What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?

0 Answers  


cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle

3 Answers   TCS,


How do u call shellscript/Batch file from DS?

4 Answers   HP,


Define Routines and their types?

0 Answers  


i have the source from Uk,north america how can i pass the data two tables based on the locations

2 Answers  


How do you import and export the datastage jobs?

0 Answers  


Categories