Introduces support for partially aggregated metrics in ClickHouse, enabling more efficient aggregation workflows.
Why it matters
This feature addresses the need to handle and store metrics that are computed in intermediate aggregation stages rather than only fully aggregated results. It improves the flexibility and efficiency of metric aggregation, particularly in distributed or incremental data processing scenarios.How to use it
Users can leverage partially aggregated metrics by applying aggregation functions that support partial aggregation in their queries or data pipelines. Specific usage details and examples will be provided in ClickHouse documentation once updated.