v.24.8Experimental Feature
Add TimeSeries Table Engine
Add the new TimeSeries table engine. #64183 (Vitaly Baranov).Why it matters
TheTimeSeries 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 newTimeSeries 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.