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

Add task to make old indexes read-only and merge shards #469

Open
2 tasks
roborourke opened this issue Jul 28, 2022 · 0 comments
Open
2 tasks

Add task to make old indexes read-only and merge shards #469

roborourke opened this issue Jul 28, 2022 · 0 comments
Labels
to-refine-dev Issues needing development group refinement.

Comments

@roborourke
Copy link
Contributor

Elasticsearch can be much more performant with time based indexes if the shards are merged and the index is set to be readonly after there are no more writes going to it. This should improve query times.

Acceptance criteria:

  • Indexes that are not read-only excluding the index for the current day should be force merged on a daily basis
  • Make absolutely certain the current day's index is not processed - times are in UTC
@roborourke roborourke added the to-refine-dev Issues needing development group refinement. label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to-refine-dev Issues needing development group refinement.
Projects
None yet
Development

No branches or pull requests

1 participant