Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
For each loan picked up by the accrual job it tries to fetch the Loan Charges. The query used to fetch the loan charges has a sub query which does not have loan id in the where clause this is making query performance issue.
Adding loanId in this loan charge query improves the performance of accrual batch job.