Multiple choice technology

Pipelining partitioning is available in?

  1. In Process

  2. Inter Process

  3. Sequence Process

  4. All of the above

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

Pipeline partitioning in DataStage operates within a single process (in-process). It's an optimization technique where multiple partitions are processed sequentially within one process to minimize overhead. Inter-process and sequence process are not the correct technical terms for pipeline parallelism.