What's New in ClickHouse 26.2
ClickHouse v26.2では、いくつかの構文が廃止・変更された。
JOIN USING()
ORDER BY
ALIAS
INSERT
既存環境からの移行時に注意が必要な破壊的変更。
Nullable(Tuple)
joinGet/joinGetOrNull
CREATE TABLE AS
セキュリティと文字列・数値処理の強化。
reverseBySeparator
xxh3_128
mergeTreeAnalyzeIndex()
cosineDistanceTransposed
colorOKLABToSRGB / colorSRGBToOKLAB
GA化と新エンジンの追加が相次いだリリース。
icebergLocalCluster
lazy_load_tables
DeltaLake・Iceberg ともに機能が大幅拡充。
JOIN・サブクエリの実行効率が大幅に向上。
運用・デバッグに役立つシステムテーブルが多数追加。
system.user_defined_functions
system.zookeeper_info
system.primes
system.fail_points
system.jemalloc_stats
system.tokenizers
細かな制御が可能になった設定値の追加。
add_minmax_index_for_time_columns
use_skip_indexes_on_data_read
statistics
max_insert_block_size_bytes
破壊的変更を確認しつつ、新機能を積極的に活用しよう!
Thank you!