Jose Alberto Hernandez created FINERACT-2111:
------------------------------------------------
Summary: Performance issue on Retrieve Loan API
Key: FINERACT-2111
URL: https://issues.apache.org/jira/browse/FINERACT-2111
Project: Apache Fineract
Issue Type: Improvement
Components: Loan
Reporter: Jose Alberto Hernandez
Exists a performance in the loans due to lots of transactions like repayments
made on the loan, accruals and some of the real-time evaluations in below GET
api uses loan.getTransactions and it takes more than 20seconds to return the
response.
* /fineract-provider/api/v1/loans/\{loanId}
* /fineract-provider/api/v1/loans/external-id/\{externalloanId}
By knowing that we are introducing daily accruals in interest bearing product,
its going to fail. Please rewrite the loading transactions by filter in the JPA
query
--
This message was sent by Atlassian Jira
(v8.20.10#820010)