[Koha-bugs] [Bug 20664] Optimize retrieval of biblio and item data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 2 17:26:18 CEST 2019


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

--- Comment #90 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Caveat.. if you're wanting related (JOINed) data you'll wan't to call
'prefetch' in the actual search call too...

I'm not entirely sure how Koha::Objects plays games here as it just adds a
further layer of complexity on top of DBIx::Class.. but I've certainly seen
realy solid results when I've used ::HashRefInflator in other projects

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


More information about the Koha-bugs mailing list