opensearch-project/query-insights

[FEATURE] Incorporate indexed priority queue in query grouping logic

開放

#251 建立於 2025年2月27日

 (1 則留言) (0 個反應) (0 位負責人)Java (34 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (27 顆星)
PR 合併指標
 (平均合併 1天 19小時) (30 天內合併 16 個 PR)

描述

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.

貢獻者指南