Skip to main content
Back to registry

clickhouse-io

affaan-m/everything-claude-code

ClickHouse-specific patterns for high-performance analytics and data engineering.

Installs1
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill clickhouse-io
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
ClickHouse-specific patterns for high-performance analytics and data engineering. ClickHouse is a column-oriented database management system (DBMS) for online analytical processing (OLAP). It's optimized for fast analytical queries on large datasets. Key Features: Remember : ClickHouse excels at analytical workloads. Design tables for your query patterns, batch inserts, and leverage materialized views for real-time aggregations. - Designing ClickHouse table schemas (MergeTree engine selection) - Writing analytical queries (aggregations, window functions, joins) - Optimizing query performance (partition pruning, projections, materialized views) - Ingesting large volumes of data (batch inserts, Kafka integration) - Migrating from PostgreSQL/MySQL to ClickHouse for analytics - Implementing real-time dashboards or time-series analytics - Column-oriented storage - Data compression - Parallel query execution - Distributed queries - Real-time analytics - Partition by time (usually month or day) - Avoid too many partitions (performance impact) - Use DATE type for partition key - Put most frequently filtered columns first - Consider cardinality (high cardinality first) - Order impacts compression - Use smallest appropriate type (UInt32 vs UInt64) - Use LowCardinality for repeated strings - Use Enum for categorical data - SELECT * (specify columns) - FINAL (merge data before query...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does clickhouse-io do?

ClickHouse-specific patterns for high-performance analytics and data engineering.

Is clickhouse-io good?

clickhouse-io does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does clickhouse-io work with?

clickhouse-io currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to clickhouse-io?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install clickhouse-io?

npx skills add https://github.com/affaan-m/everything-claude-code --skill clickhouse-io

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering