Multiple choice technology

What are the types we have in parallel processing? (Choose Two)

  1. Pipeline

  2. Partitioning

  3. Node

  4. None of the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

DataStage parallel processing uses two main types: Pipeline parallelism, where multiple stages run simultaneously with data flowing between them, and Partition parallelism, where data is split across multiple nodes for simultaneous processing. Both techniques improve throughput by leveraging available resources.