v.21.9Improvement

Mark Window Functions as Ready for General Use

Mark window functions as ready for general use. Remove the allow_experimental_window_functions setting. #27184 (Alexander Kuzmenkov).
Window functions in ClickHouse are now stable and marked as ready for general use, with the removal of the allow_experimental_window_functions setting.

Why it matters

This change promotes window functions from experimental to fully supported features, simplifying configuration and signaling their stability and reliability for production workloads.

How to use it

Users can use window functions without enabling any experimental settings. Just write queries using window functions as part of your SELECT statements normally.