Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

write_ahead_* MergeTree 表设置

这些设置可在 system.merge_tree_settings 中查看,且由 ClickHouse 源代码自动生成。

write_ahead_log_bytes_to_fsync

类型
UInt64
默认值
104857600

已废弃,不起任何作用。

write_ahead_log_interval_ms_to_fsync

类型
UInt64
默认值
100

已废弃,无任何作用。

write_ahead_log_max_bytes

类型
UInt64
默认值
1073741824

已废弃,不起任何作用。

Navigation