[Koha-bugs] [Bug 27584] Improve OAI-PMH provider performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 5 00:17:57 CET 2021


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

--- Comment #16 from David Cook <dcook at prosentient.com.au> ---
At a glance, I think that your code is probably an improvement.

However, looking at Koha::OAI::Server::ListBase makes me wonder if we shouldn't
denormalize a bit though. If we had a timestamp in a biblio table that included
a timestamp for the last item activity, that would remove the need for a lot of
these complex SQL queries. 

If we fetched all the biblio metadata in our first query, we'd also save
overhead. 

But... both of those would involve more work.

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


More information about the Koha-bugs mailing list