https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #209 from David Gustafsson <glasklas@gmail.com> --- Created attachment 81957 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81957&action=edit Bug 19893: Alternative optimized indexing for Elasticsearch Implement optimized indexing for Elasticsearch How to test: 1) Time a full elasticsearch re-index without this patch by running the rebuild_elastic_search.pl with the -d flag: `koha-shell <instance_name> -c "time rebuild_elastic_search.pl -d"`. 2) Apply this patch. 3) Time a full re-index again, it should be about twice at fast (for a couple of thousand biblios, with fewer biblios results may be more unpredictable). Sponsored-by: Gothenburg University Library Signed-off-by: Ere Maijala <ere.maijala@helsinki.fi> -- You are receiving this mail because: You are watching all bug changes.