[Koha-bugs] [Bug 23793] Add an EmbedItems RecordProcessor filter for MARC::Record objects

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 11 19:45:36 CEST 2019


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #93980|0                           |1
        is obsolete|                            |

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 94030
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94030&action=edit
Bug 23793: Add an EmbedItems RecordProcessor filter for MARC::Record objects

This patch is work in progress. I submit early with the aim to provide
people thinking about performance on the biblio/records/items front an
idea of what I'm thinking.

The synopsis on the new filter is self explanatory. The idea is that we
calculate as much as we can outside the loops. And this simpe
implementation is clean and light as well.

Problems:
- Filters are supposed to support passing multiple MARC records, this
one doesn't, beacuse I didn't think enough of a way to pass all the
items and biblionumbers in a way that is safe...

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


More information about the Koha-bugs mailing list