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
Explain what is the architecture of abinitio?
How you can run a graph infinitely in ab initio?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What is ab initio enterprise meta>environment (eme)?
What is data encoding?
What do you understand by local lookup?
Can anyone give me an exaple of realtime start script in the graph?
What dedup-component and replicate component does?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
What are the different types of partition components in abinitio?
How many components in your most complicated graph?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
Do you know what a local lookup is?