altinity-expert-clickhouse-part-log
SKILL.md
Part Log Based Diagnostics
Run all queries from checks.sql (cluster-wide) and interpret the top offenders by rate (events/min), volume (rows/bytes), and errors.
Notes:
- Default timeframes are relative (e.g., last 1h/6h/24h). Only switch to an explicit time range when the user provides one in the prompt.
- Replace
{cluster}with your ClickHouse cluster name (DataGrip). - Keep queries time-bounded (
event_time > now() - INTERVAL ...) and useLIMIT. - If a query fails due to schema differences, run
DESCRIBE TABLE system.part_logand drop only missing fields.
Cross-module triggers:
- High
NewPartrate / micro-batches → loadaltinity-expert-clickhouse-ingestion+altinity-expert-clickhouse-merges - High
MutatePartrate → loadaltinity-expert-clickhouse-mutations - Many
DownloadPart→ loadaltinity-expert-clickhouse-replication - Merge saturation / slow merges → load
altinity-expert-clickhouse-merges+altinity-expert-clickhouse-storage
Weekly Installs
36
Repository
altinity/skillsGitHub Stars
5
First Seen
Jan 30, 2026
Security Audits
Installed on
codex35
claude-code32
github-copilot14
kimi-cli14
gemini-cli14
opencode14