What is altinity-expert-clickhouse-schema?
Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization. Source: altinity/skills.
Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization.
Quickly install altinity-expert-clickhouse-schema AI skill to your development environment via command line
Source: altinity/skills.
Analyze table structure, partitioning, ORDER BY, materialized views, and identify design anti-patterns.
Run all queries from the file checks.sql and analyze the results.
| < 10GB/month | No partitioning or yearly | toYear(ts) | | 10-100GB/month | Monthly | toYYYYMM(ts) | | 100GB-1TB/month | Weekly or daily | toMonday(ts) | | > 1TB/month | Daily | toDate(ts) |
Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization. Source: altinity/skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/altinity/skills --skill altinity-expert-clickhouse-schemaAnalyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization. Source: altinity/skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/altinity/skills --skill altinity-expert-clickhouse-schema Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/altinity/skills