Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Star Tree] [Search] Support to resolve filter aggregations via star-tree #17269

Open
sandeshkr419 opened this issue Feb 6, 2025 · 1 comment
Labels
enhancement Enhancement or improvement to existing feature or request _No response_

Comments

@sandeshkr419
Copy link
Contributor

Is your feature request related to a problem? Please describe

Support to resolve filter aggregations via star-tree.

Describe the solution you'd like

Noting down some challenges or major pieces to design out:
1/ Consolidate DimensionFilters from the aggregations with the filters from the query.
2/ POJO for representing the aggregator key to use for comparison. This is to keep track of consolidated filters and store STF per aggregator.
3/ Identifying common DimensionFilters b/w aggregations for caching optimization (good to have) - can be incremented/optimized later.

Related component

No response

Describe alternatives you've considered

No response

Additional context

#15257

@krisfreedain
Copy link
Member

Catch All Triage - 1 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request _No response_
Projects
None yet
Development

No branches or pull requests

2 participants