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
This discussion was converted from issue #4283 on November 20, 2023 13:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A lot of hibernate's warnings in log:
2023-11-17 14:31:44,971 INFO [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2023-11-17 14:31:44,972 WARN [org.hibernate.orm.query] (EE-ManagedScheduledExecutorService-default-Thread-2) HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory
2023-11-17 14:31:44,978 INFO [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
Is it correct? Applying firstResult/maxResults in memory may have a risk of severe performance problems.
Dcm4chee-arc-5.31.1.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions