You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading resources, too many SELECTs are performed to retrieve records from gs_stored_data and gs_attributes even when they are not requested / required.
Hibernate annotations should be modified in order to fetch info lazily and not eagerly.
A fix to this issue will also improve the fix for #161.
The text was updated successfully, but these errors were encountered:
When loading resources, too many SELECTs are performed to retrieve records from
gs_stored_data
andgs_attributes
even when they are not requested / required.Hibernate annotations should be modified in order to fetch info lazily and not eagerly.
A fix to this issue will also improve the fix for #161.
The text was updated successfully, but these errors were encountered: