opensearch-project/query-insights
[FEATURE] Cache the cluster state request for query insights reader
开放
#351 创建于 2025年6月4日
enhancementgood first issue
仓库指标
- 星标
- (27 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Is your feature request related to a problem?
Each time we invoke the reader, we make a request to the cluster state api to fetch all available indices. There are some overhead with this approach.
What solution would you like?
Ideally we should cache the index names and update the cache whenever the cluster state is changed
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.