[Koha-bugs] [Bug 36178] Add index for status on message queue table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 27 15:59:20 CET 2024


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 162503
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162503&action=edit
Bug 36178: Add index for status on message queue table

For large libraries, the query to gather pending notices from the message queue
can take a very long time. ByWater's Rackpace DBA Mike was kind enough to do
some work on this for us and found the issue. He recommends adding a simple
index on the status column to fix this issue.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) SHOW CREATE TABLE message_queue
   should show the new index via koha-mysql

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


More information about the Koha-bugs mailing list