[Rollup] Support range aggregations #33041
Labels
>enhancement
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
I think we can support some range aggregations on the existing data that we collect. E.g. if the ranges specify are compatible with the bucketing intervals collected by the
date_histogram
/histogram
, ranges will work as expected.We could also implement new groupings specifically for the range aggregation. It's a little less convenient, less efficient, and still has issues with bucket compatibility (there's no guarantee the ranges in the config match the ranges in the query).
The text was updated successfully, but these errors were encountered: