[Koha-bugs] [Bug 28833] Speed up holds queue builder via parallel processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 9 19:52:05 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28833

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 123656
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123656&action=edit
Bug 28833: Speed up holds queue builder via parallel processing

The holds queue builder can take a very long time to run on systems with many
holds. For example, a partner with 124,784 unfilled ( not found ) holds, is
taking about 64 minutes to run. If we run that same number of holds in 5
parallel chunks ( splitting the number of records as evenly as possible, but
*not* taking into account the holds per bib ), it takes 21.5 minutes. If we use
10 loops, it takes less then 14 minutes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list