What problem does it solve?
ClickHouse analytics workloads require structured patterns for table design, query optimization, and data ingestion. This Skill consolidates best practices into reusable templates to accelerate high-performance analytics workflows.
Core Features & Use Cases
- Table design patterns: MergeTree, ReplacingMergeTree, and AggregatingMergeTree with concrete SQL examples.
- Query optimization patterns: Efficient filtering, aggregations, window functions, and modern analytics queries.
- Data insertion patterns: Bulk inserts and streaming/incremental ingestion with best practices.
- Materialized views, performance monitoring, and common analytics workflows (ETL/CDC) for real-time insights.
- Practical use cases spanning OLAP dashboards, time-series analysis, and large-scale data warehousing.
Quick Start
Provide a targeted SQL example to implement a MergeTree table with daily partitions and then run a simple aggregation query to validate performance.