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
Difference between informatica vs ab initio?
how to insert/update a csv file by comparing it with another csv file?
What information does a .dbc file extension provides to connect to the database?
Describe in detail about lookup?
What do you know about abinitio?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
What are the different types of partition components in abinitio?
What are the Graph parameter?
How to move or copy the project parameter or project object to my sandbox?
How abinitio eme is segregated?
Give one reason when you need to consider multiple data processing?
What is a look-up?
What are the primary keys and foreign keys?