k-int / gokb-phase1

Original GOKb repo - Moving to https://github.com/openlibraryenvironment/gokb
http://www.gokb.org
Other
11 stars 5 forks source link

Fixed possible timeouts in housekeeping #586

Closed hornmo closed 7 years ago

hornmo commented 7 years ago

While performing a housekeeping for about 60k identifiers, the database update failed because of a time-out. This may be due to performance problems of setParameterList in combination with big lists, as mentioned in this post. To fix this, the array can be processed in chunks.