How many parallelisms are in Abinitio?

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


Please Help Members By Posting Answers For Below Questions

What are the kinds of layouts does ab initio supports?

658


What is a look-up?

752


Do you think effective communication is necessary for data processing?

842


How is the partitioning with key different from round robin partition?

781


Can you explain the co>operating system’s processing model?

717






I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?

763


What do you know about abinitio?

844


What is the function you would use to transfer a string into a decimal?

827


What are “business rules” in ab initio business rules environment (bre)?

1550


When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?

741


What are the co> operating system’s assorted library of integrated components?

746


What is the difference between formal and export parameter? Export at what secenario we are going to use?

2259


How to add default rules in the transformer?

816


State the working process of decimal_strip function?

1682


What is a deadlock and how it occurs?

754