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

Apply the fast filter optimization to range aggregation #13531

Closed
bowenlan-amzn opened this issue May 3, 2024 · 1 comment · Fixed by #13865
Closed

Apply the fast filter optimization to range aggregation #13531

bowenlan-amzn opened this issue May 3, 2024 · 1 comment · Fixed by #13865
Assignees
Labels
Search:Aggregations v2.16.0 Issues and PRs related to version 2.16.0

Comments

@bowenlan-amzn
Copy link
Member

For the past few months, we have optimized the performance of date histogram aggregation. The idea is to first build the buckets ranges from the date histogram aggregation. Then utilize the index structure to compute the results for each buckets. The same idea can be applied to other aggregaitons which can also produce their buckets ranges beforehead. A good example is the range aggregation where user provides the ranges directly.

This issue will be used to track the effort to apply the optimization to range aggregation, and refactor the existing code accordingly.

@bowenlan-amzn bowenlan-amzn self-assigned this May 3, 2024
@bowenlan-amzn bowenlan-amzn converted this from a draft issue May 3, 2024
@getsaurabh02 getsaurabh02 added the v2.15.0 Issues and PRs related to version 2.15.0 label May 28, 2024
@bowenlan-amzn bowenlan-amzn added v2.16.0 Issues and PRs related to version 2.16.0 and removed v2.15.0 Issues and PRs related to version 2.15.0 labels Jun 13, 2024
@bowenlan-amzn
Copy link
Member Author

Didn't catch the 2.15 release train, this feature will be released in 2.16

@bowenlan-amzn bowenlan-amzn moved this from In Progress to In-Review in Performance Roadmap Jun 18, 2024
@github-project-automation github-project-automation bot moved this from In-Review to Done in Performance Roadmap Jun 19, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Search Project Board Jun 19, 2024
@github-project-automation github-project-automation bot moved this to 2.16 (First RC 07/23, Release 08/06) in OpenSearch Project Roadmap Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Search:Aggregations v2.16.0 Issues and PRs related to version 2.16.0
Projects
Status: 2.16 (First RC 07/23, Release 08/06)
Status: Done
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants