修改并优化配置到新 ip 段

This commit is contained in:
2026-04-30 11:56:29 +08:00
parent 6985b70ddc
commit d2d1ab4461
6 changed files with 97 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
<clickhouse>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host>
<listen_try>1</listen_try>
<logger>
<level>notice</level>
<console>1</console>
</logger>
</clickhouse>

View File

@@ -0,0 +1,8 @@
<clickhouse>
<!-- <mark_cache_size>4294967296</mark_cache_size> -->
<!-- no metrics, thus no more disk write -->
<metric_log remove="1" />
<asynchronous_metric_log remove="1" />
<text_log remove="1" />
<trace_log remove="1" />
</clickhouse>

View File

@@ -0,0 +1,10 @@
<clickhouse>
<!--
<trace_log>
<ttl>event_date + INTERVAL 30 DAY DELETE</ttl>
</trace_log>
<text_log>
<ttl>event_date + INTERVAL 30 DAY DELETE</ttl>
</text_log>
-->
</clickhouse>