Source have 1000 records and it can have three nodes ok but
i want how many records are executed on each node?
Answer Posted / dilip anand k
Can’t perfectly say how many records are executed on each
node. It all depends on the partitioning method used. If we
use a round robin type the records will be distributed
equally among the nodes. If a Hash method is used where
similar records will be assigned to the same node then it
depends on the data.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
AGGREGATOR default datatype
What are routines in datastage?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
What are the components of ascential data stage?
Can you explain link buffering?
Name the different types of Lookups in Datastage?
what is repositery?
What is the difference between Datastage 7.5 and 7.0?
What is datastage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
Can you explain players in datastage?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
Terminate Activity
Have you used Unstructured data?