Back to Clickhouse

2025 Changelog

docs/changelogs/v25.4.10.45-stable.md

26.4.1.1-new6.3 KB
Original Source

2025 Changelog

ClickHouse release v25.4.10.45-stable (e9923e54d62) FIXME as compared to v25.4.9.14-stable (5ca9638860e)

Performance Improvement

Improvement

  • Backported in #83013: Keeper improvement: move changelog files between disk in a background thread. Previously, moving changelog to a different disk would block Keeper globally until the move is finished. This lead to performance degradation if moving is a long operation (e.g. to S3 disk). #82485 (Antonio Andelic).
  • Backported in #83203: SYSTEM RESTART REPLICA may fail due to ZooKeeper connection issues. To avoid forgetting about this table, we now retry until the table is created. #82616 (Nikolay Degterinsky).
  • Backported in #83180: Consolidate unknown settings warnings in clickhouse client and log them as a summary. #83042 (Bharat Nallan).

Bug Fix (user-visible misbehavior in an official stable release)

Build/Testing/Packaging Improvement

NOT FOR CHANGELOG / INSIGNIFICANT