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

Data tier ergonomics #70618

Closed
jpountz opened this issue Mar 22, 2021 · 2 comments
Closed

Data tier ergonomics #70618

jpountz opened this issue Mar 22, 2021 · 2 comments
Labels
>enhancement Meta :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team

Comments

@jpountz
Copy link
Contributor

jpountz commented Mar 22, 2021

The formalization of data tiers (#60994) enables us to ship with defaults that are better suited for the expected usage pattern.

Content indices

If we can expect content indices to be more actively searched than indexed, we could make the following changes, which would trade indexing speed for search speed or

  • Number of segments per tier set to 5 (default: 10)?
  • Maximum percentage of deletes set to 20% (default: 33%)?
  • Enable merge-on-refresh (default: disabled)?
  • Refresh interval set to 1s (default: disabled on inactive shards, 1s on active shards)?

Hot indices

Our defaults tend to be geared towards hot data, is there any setting that could have a more sensible value on hot data?

Warm indices

Warm, cold and frozen indices are expected to be allocated to dense storage. Memory needs to be wisely used.

Cold indices

Frozen indices

@jpountz jpountz added >enhancement :Search/Search Search-related issues that do not fall into other categories Meta needs:triage Requires assignment of a team area label labels Mar 22, 2021
@elasticmachine elasticmachine added the Team:Search Meta label for search team label Mar 22, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@jpountz jpountz removed the needs:triage Requires assignment of a team area label label Mar 22, 2021
@javanna
Copy link
Member

javanna commented Jun 25, 2024

There are no concrete plans to work on this meta issue and its sub-tasks. Closing.

@javanna javanna closed this as not planned Won't fix, can't repro, duplicate, stale Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Meta :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team
Projects
None yet
Development

No branches or pull requests

3 participants