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
Can you explain engine tier in information server?
What are the types of containers?
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
What are stage variables and constants?
Why do we use link partitioner and link collector in datastage?
Triggers,VIEW,Procedures
how to abort the job its matain duplicates?
How can we improve performance of data stage jobs?
What is the difference between the local container and shared container?
What are the types of hashed files in data stage
Can we use target hash file as a lookup ?
How to Remove Duplicate using SQL?
On which Dimension Table you implemented SCD Type in your Project
How do you start developing a datastage project?
What are routines in datastage? Enlist various types of routines.