| |
GeekInterview.com > Interview Questions > Data Warehousing > Abinitio
| Print | |
Question: How many parallelisms are in Abinitio? Please give a definition of each.
|
| April 04, 2005 10:48:23 |
#1 |
| SRINIVAS |
Member Since: Visitor Total Comments: N/A |
RE: How many parallelisms are in Abinitio? Please give a definition of each. |
There are 3 kinds of Parallelism: 1) Data Parallesim 2)Componnent Paralelism 3) Pipeline. When the data is divided into smalll chunks and processed on different components simultaneously we call it DataParallelism When different componens work on different dataa sets it is called Component parallelism When a graph uses multiple components to run on the same data simltaneously we call it Pipeline parallelism |
| |
Back To Question | |