Hi All,
We are facing performance issue while processing Project Estimation functionality,
while debugging we found from the "ProjControlPeriod" class and "copyEstimateCost" method, if the "ProjForecastCost" table is having hundreds of records for particular Projid it is looping the same number of records form the "copyEstimateCost" method, we have tried deleting the records by keeping less number of records(10-30 records for particular ProjId) from the "ProjForecastCost" table , it is working , it is processing the functionality without stucking the application.
There is no customization on this functionality, we have verified the indexes on the "ProjForecastCost" table. WE observed that if the number of records is less then there are no issues, if the number of records is large then the application is going in the hung state(Freezes).
Please advise us how we can proceed in this issue.
Regards,
Akbar