-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Apply the fast filter optimization to range aggregation #13531
Copy link
Copy link
Closed
Labels
Search:Aggregationsv2.16.0Issues and PRs related to version 2.16.0Issues and PRs related to version 2.16.0
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Search:Aggregationsv2.16.0Issues and PRs related to version 2.16.0Issues and PRs related to version 2.16.0
Type
Projects
Status
✅ Done
Status
Done
Status
2.16 (First RC 07/23, Release 08/06)