[
https://issues.apache.org/jira/browse/FINERACT-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Dailey reassigned FINERACT-1439:
--------------------------------------
Assignee: Ed Cable
> Performance hammered by too many EAGER Load
> -------------------------------------------
>
> Key: FINERACT-1439
> URL: https://issues.apache.org/jira/browse/FINERACT-1439
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: James Dailey
> Assignee: Ed Cable
> Priority: Major
>
> Putting this in JIRA now to emphasize a pattern we need to avoid and to call
> for some PRs to correct some issues recently introduced into dev branch. We
> should use Eager very very infrequently. Use lazy loading to avoid the hit
> to performance.
> Eager loading retrieves the full model and relational data. In a complex
> data model like finer act, that means loading dozens of tables data that you
> won't use in your operation. That is a pattern we must avoid to keep the
> platform scalable.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)