Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dbeast-co opened this issue Nov 25, 2021 · 0 comments
Open

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

dbeast-co opened this issue Nov 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@dbeast-co
Copy link
Owner

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.

@dbeast-co dbeast-co added the enhancement New feature or request label Nov 25, 2021
@dbeast-co dbeast-co added this to To do in Reindex via automation Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Reindex
To do
Development

No branches or pull requests

2 participants