-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
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
Labels
Type
Projects
Status
Status