[META] [Star Tree] [Search] Supported Queries to resolve via star tree #15257
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.18.0
Issues and PRs related to version 2.18.0
v2.19.0
Issues and PRs related to version 2.19.0
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 and the star-tree implementation (if possible) should benefit the performance for the query shape.
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.
Here is the brief segregation on milestones:
Milestone 1: The primary goal of Milestone 1 is to utilize star-tree to resolve metric aggregation queries (max, min, avg, sum, value count) over numeric fields along with support of a single query as well. This milestone lays out the building blocks of how star-tree approach can be integrated in within a search request to resolve it.
Milestone 2: The primary goal of Milestone 2 is support certain queries within above aggregation requests like term/terms query, boolean query over numeric/keyword fields.
Milestone 3: The primary goal of Milestone 3 is to support single-level bucket aggregations like date histogram, range aggregations, single bucket aggregations, etc
Milestone 4: The goal of this milestone is to extend the star-tree support to resolve nested aggregations, multi-terms aggregations.
Related component
Search:Aggregations
The text was updated successfully, but these errors were encountered: