Speed up time-series aggregation #127444
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
:StorageEngine/TSDB
You know, for Metrics
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Team:StorageEngine
Time-series aggregations, such as
{agg}_over_time
andrate
, against time-series indices are currently slow due to several reasons:tsid
andtimebucket
).rate
aggregations, data must be provided in timestamp order per time-series.This issue proposes some ideas and tracks optimizations to improve the performance of time-series aggregations in ES|QL.
Source command
rate
toFROM
: Avoid sorted source for time_series aggs without rates #127033tsid
when iterating over documents in TS source: Optimize time-series source operator #127095FROM
.Execution
Values aggregation
Block hash
Planning
The text was updated successfully, but these errors were encountered: