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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 28 21:28:18 CEST 2018


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

--- Comment #58 from David Gustafsson <glasklas at gmail.com> ---
(In reply to Mirko Tietgen from comment #56)
> I am not necessarily a fan of dropping dependencies. I think it is part of
> Perl to use other modules instead of reinventing everything. Regarding
> Catmandu, the developers are very dedicated and we will profit from future
> developments without investing Koha developer time, while a change to our
> own solution might help with performance now but might not be touched again
> for a long time.

Ok, I had some issues upgrading the packages, so I included the latest versions
in a custom lib directory instead using the "use lib" pragma. I these are the
timings I got:

Old versions (catmandu 1.0304, catmandu-marc 0.215,
catmandu-store-elasticsearch 0.0507)  
real    2m2.277s
user    1m8.052s
sys     0m3.084s

New versions: catmandu 1.09, catmandu-marc 0.09, catmandu-store-elasticsearch
0.0507)
real    1m56.413s
user    1m5.020s
sys     0m2.848s

Patch:
real    0m44.444s
user    0m21.784s
sys     0m2.400s

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


More information about the Koha-bugs mailing list