[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:24:40 CEST 2019


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

--- Comment #89 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I'd be interested to see exactly what Koha::Object search call you were making
for comparison...

I've always found the SQL::Abstract query compilation really pretty quick..
it's the result inflation into DBIx::Class (and then Koha::Object) objects that
takes time.. This can be entirely skipped with
DBIx::Class::ResultClass::HashRefInflator and friends.. that's the approach I
would take personally I think.

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


More information about the Koha-bugs mailing list