Multiple choice technology

Which is the costliest stage?

  1. DB Stage

  2. Transformer

  3. Modify

  4. Decode

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

The Transformer stage is typically considered the most resource-intensive in DataStage because it operates row-by-row and allows complex custom logic. While database stages can be expensive due to I/O, the Transformer's per-row processing and transformation overhead makes it the costliest in terms of CPU and memory usage.