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

Fix possible N + 1 queries #46

Closed
zapek opened this issue Feb 2, 2022 · 1 comment
Closed

Fix possible N + 1 queries #46

zapek opened this issue Feb 2, 2022 · 1 comment
Labels
bug Something isn't working persistence JPA, H2, JDBC, SQL, database related

Comments

@zapek
Copy link
Owner

zapek commented Feb 2, 2022

Check if there's some N + 1 queries left, see https://www.sipios.com/blog-tech/eliminate-hibernate-n-plus-1-queries for the non trivial ones.

@zapek zapek added bug Something isn't working persistence JPA, H2, JDBC, SQL, database related labels Feb 2, 2022
@zapek
Copy link
Owner Author

zapek commented Jul 8, 2024

Should be fine now.

@zapek zapek closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working persistence JPA, H2, JDBC, SQL, database related
1 participant