[Koha-bugs] [Bug 20996] Fix API response time on ILL request endpoint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 26 13:33:29 CEST 2018


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

Benjamin Rokseth <benjamin.rokseth at deichman.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.rokseth at deichman.n
                   |                            |o

--- Comment #1 from Benjamin Rokseth <benjamin.rokseth at deichman.no> ---
Hi,
db design at least partly to blame. At least a quick fix would be to create an
index on illrequestattributes

CREATE INDEX `illrequestattributes_type_value` ON
illrequestattributes(type,value(32));

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


More information about the Koha-bugs mailing list