Hibernate 6 JPA performance degradation

I have reported query performance regressions in Hibernate 6 here:

And there is a corresponding Jira Ticket:

https://hibernate.atlassian.net/browse/HHH-17030

I don’t know if your issue has a similar root cause, but the best thing you can do is to create a reproducer for your issues.

Take a look at the JMH tests I wrote to demonstrate the performance regressions I’m facing.