what i the difference between the flows of 3 paralellisms
Answer Posted / gopal patil
1>component parallelism : component works simultaneousness to
achieve the parallelism, they can work on same dataset or different datasets
2>data parallelism : dividing data by some partitioning scheme
and processing it into parallel ,reduces the time and improves performance
3>pipeline parallelisms:if components are connect one after
another,in a graph and execute simultaneously.
as soon as 1 record enters on in port , after processing it
is thrown to out port without waiting for the whole file, each
component will work in the same fashion.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of data processing you are familiar with?
Have you used rollup component? Describe how.
How to add default rules in the transformer?
Can you explain data flow graph with an example?
How to move or copy the project parameter or project object to my sandbox?
What is is a data flow graph?
How do you add default rules in transformer?
What is the difference between dml expression and xfr expression?
Mention what is the syntax for m_dump in abinitio?
What are the different types of parallelism in ab initio?
What is the difference between rollup and scan?
What is data mapping and data modelling?
How can you export a component’s internal parameters ?
what is the output when -1 is put in select_expr of FBE?
Do you think effective communication is necessary for data processing?