v.23.1Performance ImprovementAdd Fast Path for LIKE and MATCH Queries in ClickHousePublished: November 25, 2025Official CH changelog textAdd fast path for: - col like '%%'; - col like '%'; - col not like '%'; - col not like '%'; - match(col, '.*'). #45244 (李扬).PreviousNext