Question
Superclass data transform performance impact
Hi Team,
Just wanted to understand Call superclass data transform performance impact if there is no data transform with same name in class hierarchy Or in the system.
Now a days most of the code we are writing in data transform and in my opinion 90 % data transform would be unique and it doesn’t need to call super class data transform but this option is coming selected by default.
So, just wanted to understand the performance impact and if is there any chance that this can be disabled by default on rule creation.
Note: Have checked below link but no answer on performance.
https://collaborate.pega.com/question/call-superclass-data-transform-performance-0
Thanks
@Lalit_Singh generally we think performance in terms of rule execution time. In this scenario Data transform performs quite well unless you are not invoking any activity using a function within it. But in other aspect if by checking the "Call superclass data transform" does not provides you value add then its better to save micro secs of execution which get utilized whenever rule resolution tries to find it. So better uncheck it. :)