https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |[email protected] Status|Pushed to Master |RESOLVED Text to go in the|This develop moves marcxml |This development moves release notes|out of the biblioitems |marcxml out of the |table and inserts it inside |biblioitems and |two new tables: |deletedbiblioitems tables |biblio_metadata and |and moves it to two new |deletedbiblio_metadata. SQL |tables: biblio_metadata and |query on table biblioitems |deletedbiblio_metadata. SQL |will boost on performance. |queries on the marcxml data |Storing the marcxml in a |will get a performance |specific table would allow |boost. Storing the marcxml |use to store several kind |in a specific table will |of metadata (USMARC, |allow us to store several |MARCXML, MIJ, etc.) and |metadata formats (USMARC, |different formats |MARCXML, MIJ, etc.). |(marcflavour). |ATTENTION: all reports that |ATTENTION: |use ExtractValue to |all reports that use XPATH |retrieve MARC tags from |to retrive MARC tags from |biblioitems.marcxml need to |biblioitems.marcxml need to |be updated/rewritten. |be updated/rewritten | --- Comment #129 from Katrin Fischer <[email protected]> --- This won't get ported back to 16.11.x as it is an enhancement. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
