InterviewSolution
| 1. |
What Parallelisms Does Abinitio Support? |
|
Answer» AbInitio supports 3 parallelisms. They are Data PARALLELISM : Same data is PARALLELLY worked in a single application COMPONENT Parallelism : Different data is worked parallelly in a single application PIPELINE Parallelism : Data is passed from one component to another component. Data is worked on both of the components. AbInitio supports 3 parallelisms. They are Data Parallelism : Same data is parallelly worked in a single application Component Parallelism : Different data is worked parallelly in a single application Pipeline Parallelism : Data is passed from one component to another component. Data is worked on both of the components. |
|