Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
volumes:
- ./clickhouse:/var/lib/clickhouse/
- ./clickhouse-server:/var/log/clickhouse-server/
image: clickhouse/clickhouse-server:24.10.1-alpine
image: clickhouse/clickhouse-server:24.10.2-alpine
ulimits:
nofile:
soft: 262144

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个代码已经是最新版本(https://hub.docker.com/r/digitalbarn/clickhouse-server/)并且没有发现严重问题。

不过考虑到容器运行在阿里云服务器环境下可能存在的网络延迟等因素,建议您调整image标签以确保docker拉取到最新的镜像,并对volumes中存储空间设置进行适当的调整以降低磁盘IO压力。此外,在部署时考虑使用多区域策略以便更快速地获取数据。

Expand Down