-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Query Cache] Add a dynamic cluster setting to change skip cache factor #17736
Copy link
Copy link
Closed
Labels
Search:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestlucenev3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0
Description
Is your feature request related to a problem? Please describe
Recently, a change was added in lucene LRU cache where we can dynamically change skip cache factor to increase the cache utilization. Someone had posted performance benefits here by relaxing skip cache factor limits and utilizing cache more.
We can add a cluster setting at our end to achieve this. Also explore in what cases(to what values) we can use this to achieve benefits.
Describe the solution you'd like
Add a dynamic cluster setting
Related component
No response
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
Search:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestlucenev3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0
Type
Projects
Status
✅ Done