Answered Questions

  • How many parallelisms are in Abinitio? Please give a definition of each.

    JYOTI

    • Dec 31st, 2017

    Pipeline parallelism Data is pushed from component to component, via OS pipes, avoiding writing to disk. Component Parallelism Within the same flow, different sub-flows can execute at the same time...

    sixtodsilva

    • Sep 18th, 2007

    Three kind of parallelisms1.Component Level Parallelism --> different components acting on different data at same time.2.Data Parallelism --> A graph that deals with data divided into segments a...