Back to Clickhouse

2026 Changelog

docs/changelogs/v25.11.8.25-stable.md

26.4.1.1-new7.7 KB
Original Source

2026 Changelog

ClickHouse release v25.11.8.25-stable (4081364020e) FIXME as compared to v25.11.7.41-stable (d635abf3eae)

Improvement

  • Backported in #94933: Force purging of jemalloc arenas in case the ratio of dirty pages size to max_server_memory_usage exceeds memory_worker_purge_dirty_pages_threshold_ratio. #93500 (Eduard Karacharov).
  • Backported in #94729: Add support for SQL-defined named collections in BACKUP/RESTORE for S3 and Azure Blob Storage. Closes #94604. #94605 (Pablo Marcos).
  • Backported in #95166: Run purging of jemalloc dirty pages in a different thread from main thread of MemoryWorker. If purging is slow, it could delay updates of RSS usage which could lead to out of memory kills of the process. Introduce new config memory_worker_purge_total_memory_threshold_ratio to start purging dirty pages based on ratio of total memory usage. #94902 (Antonio Andelic).

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

Build/Testing/Packaging Improvement

NO CL CATEGORY

NOT FOR CHANGELOG / INSIGNIFICANT

  • Backported in #94724: If some files in data part are missing, we can end up with inconsistent in-memory state of some columns which can lead to crashes. It's better to throw logical errors in this case. #92076 (Pavel Kruglov).
  • Backported in #94872: Add index out of range check in advanced shared data in JSON. #94855 (Pavel Kruglov).
  • Backported in #95273: CI: BackportCI to check PR content is valid. #95190 (Max Kainov).