26.7 release
The 26.7 release blog post is our longest one yet. While there is certainly value in brevity, we’re going to let ourselves off this time because there were so many features that we needed to tell you about!
As always, we have join optimizations. The hash join algorithm has been made more efficient by reducing the probe-side input and shrinking build-side hash tables. ClickHouse will now also automatically choose how to arrange joins in a multi-table query.
Text indexes now store token positions, a feature that’s needed for efficient phrase search. We tested it on a Hacker News dataset, and a query for the phrase "Google web search" was 40 times faster.
The EXPLAIN clause has a new member: EXPLAIN ANALYZE, which runs every query-processing phase before discarding the result rows and annotating the logical execution-plan tree with measurements collected during actual execution.
That’s just a brief taster - we’ll let you read the blog post to find out the rest!
➡️ Read the release post