https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38270
--- Comment #1 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
