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 |
hello, tell me the function which removes spaces from decimal field?
How you can test a dbc file ?
What is a deadlock and how it occurs?
How to get DML using Utilities in UNIX?
List out the file extensions used in abinitio?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What is regex (lookup)? When you should use it?
What do you know about partition and also tell us about partition components in abinitio?
What is conditional DML and Structured DML?
What is the difference between partitioning with key and round robin?
What is data encoding?
Why is data processing considered beneficial?