ClickHouse columnar query optimization, materialized views, data ingestion, and high-performance analytics best practices.
Install
npx skills add skillerdotdev/skills@clickhouse-io -y -g Cross-tool: Claude Code ~/.claude/skills/ · Qoder ~/.qoder/skills/ · TRAE ~/.trae/skills/
SourceTrigger this skill when handling large-scale analytical queries, building OLAP pipelines, or optimizing ClickHouse performance.
PREWHERE instead of WHERE for coarse filteringJOIN, use Dictionaries or wide tables insteadRefreshable materialized views for periodic full rebuildsINSERT SELECT for table-to-table migrationMergeTree with date partitioning + sort keyReplacingMergeTree for deduplicationAggregatingMergeTree for pre-aggregation