Skip to content

[Star Tree] [Search] Nested Aggregations #17274

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

Open
sandeshkr419 opened this issue Feb 6, 2025 · 0 comments · May be fixed by #18048
Open

[Star Tree] [Search] Nested Aggregations #17274

sandeshkr419 opened this issue Feb 6, 2025 · 0 comments · May be fixed by #18048
Labels
enhancement Enhancement or improvement to existing feature or request Search:Aggregations

Comments

@sandeshkr419
Copy link
Contributor

Is your feature request related to a problem? Please describe

The following aggregations are already supported/in-flight which can be resolved via star-tree:

  • Numeric terms
  • Keyword terms
  • Date histograms
  • Range aggregations
  • Metric aggregations

Right now, in these aggregations, the child aggregation is only restricted to metric aggregations. We can actually support nesting of the above aggregations as well with the existing framework.

Describe the solution you'd like

Benchmark the different nested aggregations to see performance improvements with the usage of star-tree resolution.

While setting up star-tree we do a very strict matching on query shapes right now. This should ideally be a recursive query matching to see valid query shapes which can be resolved via star-tree.

Related component

Search:Aggregations

Describe alternatives you've considered

No response

Additional context

No response

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 Search:Aggregations
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant