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 differences between different versions of co-op?
What are the different types of partition components in abinitio?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
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?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
What are the benefits of data processing according to you?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Explain what is sort component in abinitio?
Explain what is the architecture of abinitio?
What is a data processing cycle and what is its significance?
How do you add default rules in transformer?
What is the core of co> operating system?