bharathcgowda opened a new pull request #1374: URL: https://github.com/apache/fineract/pull/1374
When tested the load capacity on the platform for the savings module with 40k accounts along with around 100 Transactions for each account, it takes approx 45 Sec to bring up a savings account. further identified the solution that adding an index to a column "savings_account_transaction_id" of table "m_note" would fix the issue. This Pull request contains a flyway script to add indexing to the m_note table's savings_account_transaction_id column. Note: I have used the Version number as V363 as the latest on develop branch was V362. Not sure how we are maintaining and picking the numbers in series, please let me know if V363 is already taken and to which number I can change. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
