[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
Fri Mar 1 19:30:48 CET 2024


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

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162503|0                           |1
        is obsolete|                            |

--- Comment #3 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 162685
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162685&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

Signed-off-by: Andrew Fuerste Henry <andrewfh at dubcolib.org>

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


More information about the Koha-bugs mailing list