Bug 11234

Summary: Is returning biblioitems.marc field in C4::Biblio subs really necessary?
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: DatabaseAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Mathieu Saby 2013-11-11 09:28:00 UTC
Most subs of C4::Biblio subs are returning raw MARC data from biblioitems.marc field.
It's bad for performances and I don't think it id really necessary, except in a few cases (exporting records?).

M. Saby
Comment 1 Katrin Fischer 2020-01-05 11:27:40 UTC
I believe this is no longer valid with the introduction of the biblio_metadata table.