https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19365 Ere Maijala <ere.maijala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #3 from Ere Maijala <ere.maijala@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.