| name | clickhouse-prod-checklist |
| description | Production readiness checklist for ClickHouse — server tuning, backup, monitoring,
and deployment verification.
Use when launching a ClickHouse deployment, doing go-live reviews,
or auditing production readiness.
Trigger: "clickhouse production", "clickhouse go-live", "clickhouse launch checklist",
"production clickhouse", "clickhouse prod ready".
|
| allowed-tools | Read, Bash(kubectl:*), Bash(curl:*), Grep |
| version | 1.0.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","database","analytics","clickhouse","olap"] |
| compatible-with | claude-code |
ClickHouse Production Checklist
Overview
Comprehensive go-live checklist for ClickHouse covering server tuning, schema design,
backup configuration, monitoring, and operational readiness.
Prerequisites
- ClickHouse instance provisioned (Cloud or self-hosted)
- Application integration code tested in staging
Checklist
1. Schema & Engine Design
2. Server Configuration (Self-Hosted)
<max_server_memory_usage_to_ram_ratio>0.8</max_server_memory_usage_to_ram_ratio>
<max_concurrent_queries>150</max_concurrent_queries>
<max_memory_usage>10000000000</max_memory_usage>
<max_execution_time>300</max_execution_time>
16
16
system
query_log
7500