[Koha-bugs] [Bug 19365] link_bibs_to_authorities.pl doesn't work with Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 1 12:33:56 CET 2018


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

Ere Maijala <ere.maijala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff

--- Comment #3 from Ere Maijala <ere.maijala at helsinki.fi> ---
Attached patch provides a slew of fixes and optimizations to the Elasticsearch
code and related linking functionality. 

The optimizations are crucial for a usable process. On my development machine I
could only achieve speed of about 1 record per second before the changes. After
that it can handle 10-20 modified records and 100 checked records per second.
Additionally, avoiding creating a new indexer or searcher every time it's used
avoids crashing after a few thousand records due to file handles being
exhausted in the Catmandu or Elasticsearch modules.

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


More information about the Koha-bugs mailing list