Skip to content

[Tiered caching] [Milestone 1] Enable serialization for IndicesRequest cache key  #10308

@sgup432

Description

@sgup432

Is your feature request related to a problem? Please describe.
As of now, request cache is a composite key comprising shardId, query object and IndexReader.CacheKey. We need to make it serializable for it to store to disk as part of tiered caching. CacheKey is tightly coupled with lucene which makes it tricky. We essentially need to wrap CacheKey in OpenSearch to be able to solve this.

Refer main issue for more details - #10024
and #10870

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SearchSearch query, autocomplete ...etcSearch:PerformanceenhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    Status

    ✅ Done

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions