Bug 23269 - Long hold queues are slowing the service
Summary: Long hold queues are slowing the service
Status: In Discussion
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Johanna Räisä
QA Contact: Testopia
URL:
Keywords:
Depends on: 30660 30661
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-05 09:50 UTC by Emmi Takkinen
Modified: 2023-06-29 05:22 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmi Takkinen 2019-07-05 09:50:46 UTC
In Finlands public libraries hold queues can be huge due popular records having a lot of holds at the same time. Most popular records may even have over 1000 holds. This leads the service slowing significantly when browsing their holds page. There should be pagination in the holds table for efficient page loading.
Comment 1 Katrin Fischer 2023-04-16 01:33:26 UTC
Maybe this would be another candidate to be moved to the REST API?
Comment 2 Emmi Takkinen 2023-06-29 05:22:32 UTC
(In reply to Katrin Fischer from comment #1)
> Maybe this would be another candidate to be moved to the REST API?

Johanna has actually worked on this (but is currently absent) and we've been using it for awhile now https://github.com/KohaSuomi/Koha-22x/commit/c26f53eeac4c12e13e1e595931b4ec279f054da7

However, this depends on bug 30660 and bug 30661.