[Tiered Caching] [Milestone 1] Added took time in QuerySearchResult object #10411
Labels
enhancement
Enhancement or improvement to existing feature or request
Search
Search query, autocomplete ...etc
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
We need to determine query cost(in terms of latency) to put it on disk cache or not when item is evicted. As for queries(on shard level) which are already cheap enough, it doesn't make sense to cache it on disk. For that, we need to add this info in shard query result object. This way whenever we are taking a decision to put it to disk cache, we will consider to cache queries with took time > Xms.
Details - #10024
and #10870
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: