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

[META] [Star Tree] [Search] Supported Queries to resolve via star tree #15257

Open
sandeshkr419 opened this issue Aug 15, 2024 · 0 comments
Open
Assignees
Labels
experimental Marks issues as experimental Meta Meta issue, not directly linked to a PR Roadmap:Search Project-wide roadmap label Search:Aggregations Search:Performance v2.17.0 v2.18.0 Issues and PRs related to version 2.18.0

Comments

@sandeshkr419
Copy link
Contributor

sandeshkr419 commented Aug 15, 2024

Please describe the end goal of this project

This issue keeps a tracker of supported aggregations & query shapes which can be resolved via star-tree composite indices.
This will basically keep a track of supported and planned query shapes which can utilize star-tree aggregation for faster computation.

As for 2.17 release, only numeric fields are supported in star-tree composite indices. The list will be updated as we identify more query shapes that we can pick up.
Community - Please do share/comment on what all you think should be prioritized.

  1. Metric aggregations (no query, no sub-aggregations) [IN-PROGRESS - target 2.18]
    Metric aggregations - include sum, min, max, count, avg

  2. Metric aggregations (terms query, no sub-aggregations) [IN-PROGRESS - target 2.18]

  3. Metric aggregations (range query, no sub-aggregations) [TO-DO - target 2.18]

  4. Metric aggregations (date-histograms) [TO-DO - target 2.18]

  5. Metric aggregations (combination of queries in 1-4, no sub-aggregations) [TO-DO - target 2.18]

  6. Metric aggregations (query shapes as in 1-5, with sub-aggregations) [TO-DO - target 2.18]

  7. Terms aggregation [TO-DO - target 2.19]

Supporting References

#13875

Issues

Terms Query with no sub-aggregation: #14871

Related component

Search:Aggregations

@sandeshkr419 sandeshkr419 self-assigned this Aug 15, 2024
@getsaurabh02 getsaurabh02 added the Roadmap:Search Project-wide roadmap label label Aug 19, 2024
@mch2 mch2 removed the untriaged label Aug 21, 2024
@getsaurabh02 getsaurabh02 added v2.17.0 v2.18.0 Issues and PRs related to version 2.18.0 labels Sep 9, 2024
@sandeshkr419 sandeshkr419 changed the title [META] Star Tree Supported Queries [META] [Star Tree] [Search] Supported Queries to resolve via star tree Sep 13, 2024
@Pallavi-AWS Pallavi-AWS added the experimental Marks issues as experimental label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental Marks issues as experimental Meta Meta issue, not directly linked to a PR Roadmap:Search Project-wide roadmap label Search:Aggregations Search:Performance v2.17.0 v2.18.0 Issues and PRs related to version 2.18.0
Projects
Status: New
Status: In Progress
Status: Now(This Quarter)
Development

No branches or pull requests

4 participants