https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32572
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #1 from Jonathan Druart <[email protected]> --- (In reply to Nick Clemens from comment #0) > Fetch ES jobs until we hit 100 records or run out of queue, then index 100 > at a time > Indexing 1 record at a time takes a long time for each record Isn't the problem koha-side actually, where we should batch update the index instead of call index_records for each record? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
