[CRJVM300] [Java] Data in hibernate must be paginated #145
Labels
🗃️ rule
rule improvment or rule development or bug
🏆 challenge2023 🏆
Work done during the ecoCode Challenge 2023
java
__PRIO_HIGH__
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.
The text was updated successfully, but these errors were encountered: