Datastage Parallel Jobs Performance

How will the performance affect if we use more number of Transformer stages in Datastage parallel jobs?

Questions by nagarjuna900   answers by nagarjuna900

Showing Answers 1 - 3 of 3 Answers

Transformer stages compile in C++ whereas other stages compile into OSH (Orchestarte scripting language.).If number of transfomers are more,first thing is the compilation time will be impacted.it will take more time to compile the Transformer stage.
Practically,transformer stage really does not have performance impact on DS Jobs.
If in your jobs,the number of stages are more,the performance will be impacted(not necessarily transformer stages).Hence,try to implement the job logic by using minimum stages in your DS Jobs.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions