Broadcast and replicate does the similar work , what’s the
diff then
Answers were Sorted based on User's Feedback
Answer / chamanvir kaur
Both behave same when input files are serial.
But when its multi file then broadcast do data partitioning
and replicate do component partitioning.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / sreedevi
Broadcast Replicate
1)Broadcast is used for Data parallelism. 1) Replicate mainly used for component parallelism.
2) It can have SFS at in and MFS at out. 2) You cannot have serial layout(SFS) to input and MFS to output.
3) in Broad cast same data is to be dumped to all output flows. 3) In replicate we are not excepting any order of records in the output because it combines the data records arbitarly
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagdish
Broadcast destributes the records from input based on the block size where as the replicate combines all of the inputs and makes a copy and populates to output.
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / sainath
Broadcast and replicate both are perform same action ,but main difference is Broadcast is partition component. replicate is not a partition component .
| Is This Answer Correct ? | 0 Yes | 10 No |
Why is data processing considered beneficial?
How can you achieve scan using reformat ?
. How can you run a graph continuously without using continuous components ?
What are “business rules” in ab initio business rules environment (bre)?
why Skew should always be 0 ? How to use in abinitio graph?
List out some of the air commands used in abintio?
What is the difference between dml expression and xfr expression?
What do you mean by a transaction file?
What is local and formal parameter?
Within a cursor, how would you update fields on the row just fetched?
How to run a graph infinitely?
How co> operating system natively processes the data?