Home / Companies / ClickHouse / Blog / Post Details
Content Deep Dive

ClickHouse Release 25.1

Blog post from ClickHouse

Post Details
Company
Date Published
Author
The ClickHouse Team
Word Count
3,375
Language
English
Hacker News Points
2
Summary

ClickHouse version 25.1 has introduced several new features, including a faster parallel hash join algorithm using two-level hash maps, MinMax indices at the table level, improved Merge tables, and auto-increment functionality. The parallel hash join algorithm now uses a single shared two-level hash table to improve efficiency, reducing overhead and improving performance by approximately 36-31% compared to previous versions. The MinMax index feature allows for more efficient querying of columns with sorted data, while the Merge table engine enables combination of multiple tables into a single table using a standardized column structure. Additionally, the auto-increment functionality provides a fast and safe way to generate serial IDs for tables.