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 kinds of layouts does ab initio supports?
What is a look-up?
Do you think effective communication is necessary for data processing?
How is the partitioning with key different from round robin partition?
Can you explain the co>operating system’s processing model?
I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?
What do you know about abinitio?
What is the function you would use to transfer a string into a decimal?
What are “business rules” in ab initio business rules environment (bre)?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
What are the co> operating system’s assorted library of integrated components?
What is the difference between formal and export parameter? Export at what secenario we are going to use?
How to add default rules in the transformer?
State the working process of decimal_strip function?
What is a deadlock and how it occurs?