-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Closed
Copy link
Labels
Search:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Search:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Type
Projects
Status
✅ Done