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

--- Comment #3 from Ere Maijala <ere.maij...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to