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 is ab initio enterprise meta>environment (eme)?
State the relation between EME, GDE and Co-operating system?
How transaction file different from that of a sort file?
What do you mean by the term data warehousing? Is it different from data mining?
Mention what dedup-component and replicate component does?
Mention how can you connect eme to abinitio server?
What dedup-component and replicate component does?
Mention what information does a .dbc file extension provides to connect to the database?
What the difference between “look-up” file and “look is up” in abinitio?
What is a data processing cycle and what is its significance?
What is rollup component?
What is abinitio?
What do you mean by a transaction file and how it is different from that of a sort file?
What is a local lookup?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?