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 is publickey and private key?what is the use of this two keys?
Within a cursor, how would you update fields on the row just fetched?
What are the steps to create a repository in ab initio?
Mention what the difference between “look-up” file and “look is up” in abinitio?
What information does a .dbc file extension provides to connect to the database?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
To which project that prefix will set is to private project or public project or both?how and where to set?
What kind of layouts does abinitio support?
Why might you create a stored procedure with the with recompile option?
How would you find out whether a sql query is using the indices you expect?
Mention what is the syntax for m_dump in abinitio?
What is $mpjret?
What is the difference between dml expression and xfr expression?
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?
What is the difference between a scan component and a rollup component?