Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_pending_* サーバー設定

これらの設定はClickHouse サーバーの構成に使用されるもので、ClickHouseのソースコードから自動生成されています。

max_pending_mutations_execution_time_to_warn

UInt64
デフォルト値
86400
再起動せずに変更可能
Yes

保留中のいずれかの ミューテーション の実行時間が指定した秒数を超えると、ClickHouse サーバー は system.warnings テーブルに警告メッセージを追加します。

<max_pending_mutations_execution_time_to_warn>10000</max_pending_mutations_execution_time_to_warn>

max_pending_mutations_to_warn

UInt64
デフォルト値
500
再起動せずに変更可能
はい

保留中のミューテーション数が指定した値を超えると、ClickHouse サーバー は system.warnings テーブルに警告メッセージを追加します。

<max_pending_mutations_to_warn>400</max_pending_mutations_to_warn>
Navigation