v.24.1Performance Improvement
More Cache-Friendly FINAL Implementation with Behavior Change on Sorting Output
More cache-friendly final implementation. Note on the behaviour change: previously queries withFINALmodifier that read with a single stream (e.g.max_threads = 1) produced sorted output without explicitly providedORDER BYclause. This is no longer guaranteed whenenable_vertical_final = true(and it is so by default). #54366 (Duc Canh Le).