HQL very slow
A HQL query I use is very slow.
What the query should do:
The Query should output two columns:
1.
Integerµint8
as a concat of the java-type, the letter 'µ' and then the database-native type.
2. int8 (29)
what means that the type int8 is used 29 times.
Ok, the reason why this query is slow is: SIZE(t.SQLDatabaseColumn)
is executed multiple times.
How to improve the speed in HQL?2 Replies
⌛
This post has been reserved for your question.
Hey @Peter Rader! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
Post Closed
This post has been closed by <@574922348642172929>.