Broadcast and replicate does the similar work , what’s the
diff then
Answer Posted / 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 |
Post New Answer View All Answers
What are the operations that support avoiding duplicate record?
What are the different types of parallelism in ab initio?
How data is processed and what are the fundamentals of this approach?
What are the kinds of layouts does ab initio supports?
How many components in your most complicated graph?
How scientific data processing is different from commercial data processing?
What is the difference between check point and phase?
What is the use of the co> operating system in ab initio?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What are the functions of the replicate and dedup component?
What is a deadlock and how it occurs?
Can you explain the performance and scalability of co> operating system?
How can you import XML repositories exported from different tools like ODI
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
What is a local lookup?