v.21.12Experimental Features

WINDOW VIEW for Stream Processing in ClickHouse

WINDOW VIEW to enable stream processing in ClickHouse. #8331 (vxider).
WINDOW VIEW feature to enable stream processing in ClickHouse.

Why it matters

To introduce stream processing capabilities in ClickHouse, allowing continuous and incremental computation over data streams using windowed views. This addresses the need for real-time analytics and reduces latency for processing live data.

How to use it

Users can create a window view using the WINDOW VIEW syntax in ClickHouse SQL to define streaming queries that continuously process incoming data within specified windows.