opensearch-project/query-insights

[FEATURE] Incorporate indexed priority queue in query grouping logic

Aperta

#251 aperta il 27 feb 2025

 (1 commento) (0 reazioni) (0 assegnatari)Java (34 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (27 stelle)
Metriche merge PR
 (Merge medio 1g 19h) (16 PR mergiate in 30 g)

Descrizione

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.

Guida contributor