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
How do you generate sequence number in datastage?
What are the differences between datastage and informatica?
Define repository tables in datastage?
How rejected rows are managed in datastage?
Describe routines in datastage? Enlist various types of routines.
What are the enhancements made in datastage 7.5 compare with 7.0?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
what is the use of materialized view?
Which warehouse using in your datawarehouse
What are the stages in datastage?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
Describe the main features of datastage?
Define data aggregation?
How one source columns or rows to be loaded in to two different tables?