Performance Issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deepa.y
Participant
Posts: 56
Joined: Mon Nov 28, 2011 10:47 pm
Location: Bangalore

Performance Issue

Post by deepa.y »

Hi,
We have a requirement in the project to replace particular string with null.So,we decided to use PX version of Ereplace() function.
But it is said that if we compile C++ routine at server side,it affects performance.

Could you please let me know whether it affects performance?
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

I don't think so. Also, it is one time compilation and no need to worry.

I really wonder why PX version of EReplace is not included in newer releases :-?
Kandy
_________________
Try and Try again…You will succeed atlast!!
deepa.y
Participant
Posts: 56
Joined: Mon Nov 28, 2011 10:47 pm
Location: Bangalore

Post by deepa.y »

Thanks Kandy
Post Reply