Skip to content

Check and optimize sql queries generated by the hibernate #51

Description

@Igor-Polatajko

Compare hibernate logs before and after.
Replace List by Set in entity classes, where it's possible.
Also, exclude all associations from toString/equals/hashcode.
Check all places, where n+1 is possible. Change fetch strategy for such places.
Add required indexes.

P.S. Don't forget to update scheduled job cron expression to run in the fixed time of the day, when the application won't sleep. Can be done in scope of this story. Also, update tread pull for bot.

Use gzip for http responses.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions