4 Jan
2018
4 Jan
'18
2:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884 --- Comment #30 from David Gustafsson <glasklas@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.