[Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 22 09:06:31 CET 2018


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

--- Comment #3 from Ere Maijala <ere.maijala at helsinki.fi> ---
What I was referring to would be to just add a couple of parameters to the
indexing that would control which records a single script would process. Then
you'd be able to run multiple processes in parallel like this:

[...] --offset=0 --skip=3
[...] --offset=1 --skip=3
[...] --offset=2 --skip=3

The first one would process records 1, 4, 7...
The second one would process records 2, 5, 8...
The third one would process records 3, 6, 9...

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


More information about the Koha-bugs mailing list