https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872 --- Comment #16 from David Cook <dcook@prosentient.com.au> --- (In reply to Ere Maijala from comment #3)
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...
That would be easier than building a new higher performance indexer... How would you know the offsets in an automated way, or are you thinking about this more for just manual use? Are you talking about a total rebuild or incremental indexing? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.