Relative Content

Tag Archive for hibernate

Hibernate: very slow query

I have a ‘for’ loop that gets some data from the database for each element in the List. And sometimes the query executes tolerably fast (0.015s), but sometimes it takes about 6 seconds, which makes me wait forever for the loop to finish (there can be several hundred elements).