‎2008 Feb 26 12:07 PM
Who will do the performance analysis,owner of the written program are some other person
‎2008 Feb 26 12:11 PM
If you follow a good practice then relf review (which include performance analysis) should be done and then it can be your peer and sometimes(when performance issue is very higg) basis guys do that.
Regards,
Sonal.
‎2008 Feb 26 12:11 PM
If you follow a good practice then relf review (which include performance analysis) should be done and then it can be your peer and sometimes(when performance issue is very higg) basis guys do that.
Regards,
Sonal.
‎2008 Feb 26 12:15 PM
Performance analysis by the code developer is very important using tools like ST05 and SE30, because if there are any queries which are taking too long or are performance expensive, then the developer is in a position to analysis and determine whether the query can be eliminated or combined (through joins etc.) with other queries depending upon the functionality requirement etc.
Even when a peer review recommends corrections, the end decision is with the developer on how to improve performance. Hence developer participation is absolutely essential.