Answer Posted / sohanvarma
Component parallelism:- A graph with multiple processes
running simultaneously on separate data uses component
parallelism.
Data parallelism :- A graph that deals with data divided
into segments and operates on each segment simultaneously
uses data parallelism. Nearly all commercial data
processing tasks can use data parallelism. To support this
form of parallelism, Ab Initio provides Partition
components to segment data, and Departition components to
merge segmented data back together .
Pipeline parallelism :- A graph with multiple components
running simultaneously on the same data uses pipeline
parallelism. Each component in the pipeline continuously
reads from upstream components, processes data, and writes
to downstream components. Since a downstream component can
process records previously written by an upstream
component, both components can operate in parallel. NOTE:
To limit the number of components running simultaneously,
set phases in the graph.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different types of partition components in abinitio?
Give one reason when you need to consider multiple data processing?
What is local and formal parameter?
What are “business rules” in ab initio business rules environment (bre)?
What is the difference between check point and phase?
Have you worked with packages?
Describe what the SQL Server tempdb and tlog files are used for?
What exactly do you know about the typical data analysis?
Describe in detail about lookup?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
What is publickey and private key?what is the use of this two keys?
What is sandbox?
What metadata importer can do in ab initio?
When we should use 'jobid' for commit table (Output table component??