5 Feb
2021
5 Feb
'21
12:17 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27584 --- Comment #16 from David Cook <dcook@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.