Which is the most expensive stage
-
Sort stage
-
Transformer stage
-
Modify stage
-
None of the above
B
Correct answer
Explanation
The Transformer stage is typically the most resource-intensive stage in ETL tools like IBM DataStage because it applies complex business logic and transformations to each record. Sort stages use significant memory for sorting, Modify stages are lightweight, and Transformer operations require more computational overhead than other passive stages.