Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

columns_* MergeTree テーブル設定

これらの設定は system.merge_tree_settings で確認でき、ClickHouse のソースコードから自動生成されています。

columns_and_secondary_indices_sizes_lazy_calculation

Bool
デフォルト値
1
バージョン履歴
バージョンデフォルト値コメント
25.21カラムと索引のサイズを遅延計算する新しい設定

テーブルの初期化時ではなく、最初のリクエスト時にカラムとセカンダリ索引のサイズを遅延計算します。

columns_to_prewarm_mark_cache

(有効な場合に) mark cache をプリウォームする対象のカラム一覧。空の場合はすべてのカラム

Navigation