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).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 yourSELECT statements normally.