ClickHouse/docs/changelogs/v22.3.18.37-lts.md
Alexey Milovidov e0252db8d4 No prestable
2023-03-27 12:19:32 +02:00

3.6 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v22.3.18.37-lts (fe51271755) FIXME as compared to v22.3.17.13-lts (fcc4de7e80)

Performance Improvement

  • Backported in #46372: Fix too big memory usage for vertical merges on non-remote disk. Respect max_insert_delayed_streams_for_parallel_write for the remote disk. #46275 (Nikolai Kochetov).
  • Backported in #46357: Allow using Vertical merge algorithm with parts in Compact format. This will allow ClickHouse server to use much less memory for background operations. This closes #46084. #46282 (Anton Popov).

Build/Testing/Packaging Improvement

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

  • Backported in #45620: Another fix for Cannot read all data error which could happen while reading LowCardinality dictionary from remote fs. Fixes #44709. #44875 (Nikolai Kochetov).
  • Backported in #45549: Fix SELECT ... FROM system.dictionaries exception when there is a dictionary with a bad structure (e.g. incorrect type in xml config). #45399 (Aleksei Filatov).

NOT FOR CHANGELOG / INSIGNIFICANT