altinity-expert-clickhouse-ingestion

Installation
SKILL.md

Diagnostics

Run all queries from the file checks.sql and analyze the results.

Problem-Specific Investigation

Insert with MV Overhead - Correlate by Query ID

When inserts feed materialized views, slow MVs cause insert delays. To correlate a slow insert with its MV breakdown:

-- Correlate slow insert with MV breakdown (requires query_id)
select
    view_name,
    view_duration_ms,
    read_rows,
    written_rows,
    status
from system.query_views_log
Related skills
Installs
58
Repository
altinity/skills
GitHub Stars
9
First Seen
Jan 24, 2026