dbeast-co / Reindex

Reindex - application for visualize, optimize and automate your Elasticsearch reindex process
https://dbeast.co/reindex-for-elasticsearch
Apache License 2.0
11 stars 0 forks source link

[SERVER] Speed up the reindex process with disable replication #4

Open dbeast-co opened 2 years ago

dbeast-co commented 2 years ago

Reindex to the index without replication could speedup reindex speed and decrease CPU usage. Could be implemented as automation for the following steps:

  1. Start reindex
  2. Test number of replica
  3. If number of replica more then 0 -> set replica to 0
  4. After the end of the proccess return the number of replicas to original value

Maybe add this option to the UI.