v.21.12Experimental Features
WINDOW VIEW for 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 theWINDOW VIEW syntax in ClickHouse SQL to define streaming queries that continuously process incoming data within specified windows.