You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Right now we are using lazy loading of Database items instead of eager loading. We need to use eager loading because if there are 5000 items then probably this will impact a lot on the server. Because for each item or relation the graphql resolver is running a different SQL query.
This will be fixed through Sequelize Associations.
The text was updated successfully, but these errors were encountered:
Right now we are using lazy loading of Database items instead of eager loading. We need to use eager loading because if there are 5000 items then probably this will impact a lot on the server. Because for each item or relation the graphql resolver is running a different SQL query.
The text was updated successfully, but these errors were encountered: