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

--- Comment #16 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to