what i the difference between the flows of 3 paralellisms



what i the difference between the flows of 3 paralellisms..

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

More Ab Initio Interview Questions

Can you explain data flow graph with an example?

1 Answers  


. How can you get all the fields form a lookup files ? (Which function)

3 Answers   TCL,


What is a look-up?

1 Answers  


How to calculate total memory used my a graph?

1 Answers   IBM,


what does layout means in terms of Ab Initio?

3 Answers  


I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?

1 Answers  


How is the partitioning with key different from round robin partition?

1 Answers  


What are the functions of the replicate and dedup component?

1 Answers  


How you can create cross joined output using join component ?

3 Answers  


)what is wrapper script?where it is going to execute and why we go for wrapper?

1 Answers   Satyam,


How will you use EME for view or publish metadata reports using EME?

1 Answers  


What is the difference between dml expression and xfr expression?

1 Answers  


Categories