Skip to content

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

@sgup432

Description

@sgup432

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions