[Tiered caching] [Milestone 1] Enable serialization for IndicesRequest cache key #10308
Labels
enhancement
Enhancement or improvement to existing feature or request
Search:Performance
Search
Search query, autocomplete ...etc
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.
The text was updated successfully, but these errors were encountered: