Search Results

1
vote

How to work around a potential performance issue when using a Grails hasMany relation?

There is no order ensured by Hibernate/GORM in the default mapping. Therefore, it doesn't have to load elements from the database in order to do the sorting. You will have your hands on a bunch o …