Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CRJVM300] [Java] Data in hibernate must be paginated #145

Open
AntoineMeheut opened this issue Apr 6, 2023 · 2 comments
Open

[CRJVM300] [Java] Data in hibernate must be paginated #145

AntoineMeheut opened this issue Apr 6, 2023 · 2 comments
Labels
🗃️ rule rule improvment or rule development or bug 🏆 challenge2023 🏆 Work done during the ecoCode Challenge 2023 java __PRIO_HIGH__

Comments

@AntoineMeheut
Copy link
Contributor

Reduce the amount of data loaded into memory and only load it when requested by the user who wishes to view it.

This rule is intended to help developers avoid loading all the data returned by a query into memory when it is not possible to display all the data to a user. Best practice is to load only the data that can be displayed to the user and to load the rest of the data when the user requests the next page.

@MP-Aubay MP-Aubay added 🗃️ rule rule improvment or rule development or bug java 🏆 challenge2023 🏆 Work done during the ecoCode Challenge 2023 labels Apr 6, 2023
@dedece35 dedece35 changed the title CRJVM300 - Data in hibernate must be paginated [CRJVM300] [Java] Data in hibernate must be paginated Aug 25, 2023
@dedece35
Copy link
Member

dedece35 commented Sep 22, 2023

Hi @glalloue, @mdubois81,

TO DISCUSS INSIDE CORE-TEAM : to keep ? not in kanban https://github.com/orgs/green-code-initiative/projects/1. Why ?

@glalloue
Copy link
Contributor

glalloue commented Oct 6, 2023

Ok to create a new rule concerning this subject.
To create it, the rule needs to fill the description template
(seen with David, julien, maxime M.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗃️ rule rule improvment or rule development or bug 🏆 challenge2023 🏆 Work done during the ecoCode Challenge 2023 java __PRIO_HIGH__
Projects
None yet
Development

No branches or pull requests

4 participants