What problem does it solve?
This Skill addresses common operational disruptions in self-hosted ClickHouse deployments, including out-of-memory errors, slow background merges, stuck mutations, and failed queries that impact cluster performance and data availability.
Core Features & Use Cases
- OOM Resolution: Diagnose memory overuse via system tables and apply query/user-level memory limits or spill-to-disk configurations to prevent crashes.
- Merge & Mutation Management: Identify slow merges and stuck mutations, with safe cancellation steps and guidance to avoid recurring issues.
- Query Failure Analysis: Cluster error codes from system.query_log to quickly pinpoint root causes of failed queries without manual log parsing.
- Use Case: A ClickHouse admin experiencing recurring query timeouts can use this Skill to determine if the root cause is memory limits, excessive part counts, or inter-node network issues in minutes.
Quick Start
Use the troubleshooting skill to diagnose the root cause of recent failed queries on your self-hosted ClickHouse cluster.