James Dailey created FINERACT-1439:
--------------------------------------

             Summary: 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


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)

Reply via email to