Can we use Round Robin for aggregator?is there any benefit
underlying?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
when u face critical situation in ur project, how to solve them?
Describe routines in datastage? Enlist various types of routines.
what is the difference between the join and look up explin me one exmple
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
how can u find out the datastage job is running on how many nodes
i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?
What are stage variables, derivations and constants?
Source have 1000 records and it can have three nodes ok but i want how many records are executed on each node?
iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..
Define APT_CONFIG in Datastage?
How will you move hashed file from one location to another location?
how to run a sequential file stage in parallel if the stage is used on the TARGET side