[Koha-bugs] [Bug 19884] Improve performance of GetItem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 4 15:58:58 CET 2018


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

--- Comment #30 from David Gustafsson <glasklas at gmail.com> ---
I looked through the code, and batching biblios might be easier than I first
thought (as only Koha::BiblioUtils really needs to be modified to use the new
API). I will probably be able to submit a suggestion using this approach
instead, possibly providing around the same performance as the SQL-hack (when
using unique queries Koha::Object::unblessed and
Koha::Schema::Result::Item::effective_itemtype performed much worse though ~20%
of total time, so it would still be nice to be able to bypass those if
possible).

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


More information about the Koha-bugs mailing list