v.24.8Experimental Feature

Add TimeSeries Table Engine

Add the new TimeSeries table engine. #64183 (Vitaly Baranov).
Introduces a new TimeSeries table engine in ClickHouse designed for efficient storage and querying of time-series data.

Why it matters

The TimeSeries engine addresses the need for optimized management of time-series datasets by providing better performance and storage capabilities tailored specifically for time-indexed data. It helps users efficiently handle high-volume event streams and time-based analytics.

How to use it

To use the new TimeSeries engine, specify it when creating a table with ENGINE = TimeSeries. Configure table schema with a time column as the primary index to enable efficient time-based queries.