这些设置用于配置 ClickHouse server,由 ClickHouse 源代码自动生成。
enable_azure_sdk_logging
类型
Bool
默认值
0
无需重启即可更改
No
enable_read_through_distributed_cache
类型
Bool
默认值
0
无需重启即可更改
Yes
Buffer 表刷写) 也会遵循此设置。各个查询可通过 force_read_through_distributed_cache 设置覆盖此设置。
enable_silk_runtime
类型
Bool
默认值
0
无需重启即可更改
No
enable_webterminal
类型
Bool
默认值
1
无需重启即可更改
No
/webterminal HTTP 端点上的 Web 终端界面。它通过 WebSocket 在浏览器中提供交互式的 clickhouse-client 会话。当设置为 false 时,对 /webterminal 的请求会返回 HTTP 状态 403 Forbidden。
enable_write_through_distributed_cache
类型
Bool
默认值
0
无需重启即可更改
Yes
Buffer 表刷写) 也会遵循此设置。单个查询可以通过 force_write_through_distributed_cache 设置覆盖此设置。