altinity-expert-clickhouse-part-log

Part Log Based Diagnostics

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "altinity-expert-clickhouse-part-log" with this command: npx skills add altinity/skills/altinity-skills-altinity-expert-clickhouse-part-log

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 use LIMIT .

  • If a query fails due to schema differences, run DESCRIBE TABLE system.part_log and drop only missing fields.

Cross-module triggers:

  • High NewPart rate / micro-batches → load altinity-expert-clickhouse-ingestion
  • altinity-expert-clickhouse-merges
  • High MutatePart rate → load altinity-expert-clickhouse-mutations

  • Many DownloadPart → load altinity-expert-clickhouse-replication

  • Merge saturation / slow merges → load altinity-expert-clickhouse-merges

  • altinity-expert-clickhouse-storage

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

altinity-expert-clickhouse-schema

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

altinity-expert-clickhouse-logs

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

altinity-expert-clickhouse-ingestion

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

altinity-expert-clickhouse-reporting

No summary provided by upstream source.

Repository SourceNeeds Review