30 Apr
2021
30 Apr
'21
11:05 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268 --- Comment #4 from Ere Maijala <ere.maijala@helsinki.fi> --- This patch changes the mechanism so that the callback used to retrieve a single record retrieves authtypecode and marcxml fields. Well, actually it delegates the work to get_from_authid. As a result the record set retrieved from database only contains authid, which consumes quite a bit less memory than all the fields together. This also mirrors the method used in get_all_biblios_iterator. Surprisingly this seems to be also faster than the old mechanism. -- You are receiving this mail because: You are watching all bug changes.