ClickHouse/docs/changelogs/v23.3.9.55-lts.md

5.6 KiB

sidebar_position sidebar_label
1 2023

2023 Changelog

ClickHouse release v23.3.9.55-lts (b9c5c8622d) FIXME as compared to v23.3.8.21-lts (1675f2264f)

Performance Improvement

  • Backported in #52213: Do not store blocks in ANY hash join if nothing is inserted. #48633 (vdimir).
  • Backported in #52826: Fix incorrect projection analysis which invalidates primary keys. This issue only exists when query_plan_optimize_primary_key = 1, query_plan_optimize_projection = 1 . This fixes #48823 . This fixes #51173 . #52308 (Amos Bird).

Build/Testing/Packaging Improvement

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

NOT FOR CHANGELOG / INSIGNIFICANT