What are the types we have in parallel processing? (Choose Two)
-
Pipeline
-
Partitioning
-
Node
-
None of the above
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.