opensearch-project/query-insights

[FEATURE] Incorporate indexed priority queue in query grouping logic

オープン

#251 opened on 2025/02/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (34 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (27 個のスター)
PR merge metrics
 (平均マージ 1d 19h) (30d で 16 merged PRs)

説明

Is your feature request related to a problem?

A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]. Currently we use a priority queue, incorporate indexed priority queue in the grouping logic to make the time complexity go from O(n) to O(logn).

What solution would you like?

A clear and concise description of what you want to happen.

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.

コントリビューターガイド