v.22.2Experimental Feature

Enable Stream to Table Join in WindowView

Enable stream to table join in WindowView. #33729 (vxider).
Enable stream to table join capability within WindowView in ClickHouse.

Why it matters

This feature allows joining streaming data with static or slowly changing tables directly within WindowView, facilitating more versatile and efficient real-time analytics by combining live event streams with reference data.

How to use it

Users can perform joins between streaming sources and tables in their queries using WindowView without additional configuration, by specifying the join conditions as part of their query statements.