25 Oct
2024
25 Oct
'24
7:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38270 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- It looks like the marc_data in Elasticsearch is base64 encoded, and comparing the marc_data vs a base64 encoded MARCXML export, the results are as follows: base64 marcxml: 4.9K base64 isomarc: 1.3K Using Compress::Zlib with Z_BEST_COMPRESSION compression level: base64 zlib compressed marcxml: 1.1K (or 1012 bytes if you don't use newlines in the base64 encoding) --
From a size perspective, I think I'm most intrigued by the zlib compressed MARCXML.
-- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.