Bulk, Background Elasticsearch Reindexing with Searckick 2
Lots of reindex requests slowing down your elasticsearch cluster and Rails app? This post details how to setup bulk background reindexing with Searchkick 2, as well as diving into some benchmarks and other thoughts on the process. It’s much quicker than reindexing directly in your web thread, or even using individual reindex jobs and will reduce the load on your cluster accordingly.
http://blog.nrowegt.com/searchkick-quickly-reindex-your-elasticsearch-models/
Post a comment