v.23.2Performance ImprovementQuery Rewrite Optimizations in ClickHousePublished: November 25, 2025Official CH changelog textA few query rewrite optimizations: sumIf(123, cond) -> 123 * countIf(1, cond), sum(if(cond, 123, 0)) -> 123 * countIf(cond), sum(if(cond, 0, 123)) -> 123 * countIf(not(cond)) #44728 (李扬).PreviousNext