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 |
Can you explain data flow graph with an example?
. How can you get all the fields form a lookup files ? (Which function)
What is a look-up?
How to calculate total memory used my a graph?
what does layout means in terms of Ab Initio?
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?
How is the partitioning with key different from round robin partition?
What are the functions of the replicate and dedup component?
How you can create cross joined output using join component ?
)what is wrapper script?where it is going to execute and why we go for wrapper?
How will you use EME for view or publish metadata reports using EME?
What is the difference between dml expression and xfr expression?