Source have 1000 records and it can have three nodes ok but
i want how many records are executed on each node?

Answers were Sorted based on User's Feedback



Source have 1000 records and it can have three nodes ok but i want how many records are executed on..

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

Source have 1000 records and it can have three nodes ok but i want how many records are executed on..

Answer / shilpasagar

The number of records executed on each node depends up on
the partitiong technique used.

But irrespective of partitiong technique there is a way to
get the count of records executed that is through Director

Open Director -> Select the job -> Right click the job and
clic Monitor -> Then select any Stage/Link name and click
Show Instances (If it is already enabled then expand the
stage / link name. Then you can find out the number of
records executed on that particular node.

Is This Answer Correct ?    9 Yes 0 No

Source have 1000 records and it can have three nodes ok but i want how many records are executed on..

Answer / jay

no. of records processed on each node can be check from director output.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Stage Interview Questions

Difference in the implementation of lookup and join stages,in joining two tables?

7 Answers   TCS,


On which Dimension Table you implemented SCD Type in your Project

0 Answers  


What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?

1 Answers   TCS,


What is the differentiate between data file and descriptor file?

0 Answers  


What are the main features of datastage?

0 Answers  






How can one find bugs in job sequence?

0 Answers  


What are the processing stages?

0 Answers  


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..

4 Answers   Wipro,


how to find diff between 2 dates without using Icon... funtions?

1 Answers  


how many types of sorting the data in data stage?

1 Answers   BoA, IBM,


which is more expensive hash or modulus partitioning? when do you use modulus partitioning?

2 Answers   TIAA CREF,


How can we do null handling in sequential files?

3 Answers   Reliance,


Categories