[Koha-bugs] [Bug 19893] Alternative optimized indexing for Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 18 11:37:11 CEST 2018


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

--- Comment #38 from David Gustafsson <glasklas at gmail.com> ---
Ok, good! I wrote in the first post that indexing is twice as fast. The reason
it was faster in my benchmark is that we have added more mappings and have
about 40% more than the Koha defaults. Catmandu will get slower the more
mappings but with the patch the time will stay pretty constant, so the
performance difference will be more apparent the more mappings are added. I'm
also a little bit dissatisfied with the slow serialization performance with
marc-xml, so will probably add an option for using base64 encoded binary marc
as serialization format instead. This will probably increase performance
significantly as serialization now probably is the largest performance hog. I'm
also working on fixing the tests and will probably be able to complete that
today.

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


More information about the Koha-bugs mailing list