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

[Tiered Caching][Milestone 1] Integrating IndicesRequestCache with tiered cache #12540

Closed
sgup432 opened this issue Mar 5, 2024 · 1 comment · Fixed by #13070
Closed

[Tiered Caching][Milestone 1] Integrating IndicesRequestCache with tiered cache #12540

sgup432 opened this issue Mar 5, 2024 · 1 comment · Fixed by #13070
Labels
enhancement Enhancement or improvement to existing feature or request Search:Performance

Comments

@sgup432
Copy link
Contributor

sgup432 commented Mar 5, 2024

Is your feature request related to a problem? Please describe

As part of this issue, we need to integrate IndicesRequest with tiered cache via feature flag. A particular cache store name can be assigned to IndicesRequestCache via setting like below:

indices.request.cache.store.name: opensearch_onheap
indices.request.cache.opensearch_onheap.size: 100kb

We have already introduced changes for different kind of caches exposed via plugin. This change does to integrate all these pieces together.

Describe the solution you'd like

Integrating IndicesRequestCache with CacheService in case tiered feature flag is enabled. A desired cache object can be obtained via CacheService via settings.

Related component

Search:Performance

Describe alternatives you've considered

No response

Additional context

No response

@peternied
Copy link
Member

[Triage - attendees 1 2 3 4 5]
@sgup432 Thanks for filing this issue, while there does seem to be enough context to evaulate this issue, its unclear what this issue is related to, it seems like there is a meta issue and its unclear how this issue is tied to that effort - could you add more details to the description?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search:Performance
Projects
Status: Done
2 participants