Webinar: Secrets of ClickHouse Query Performance

Webinar: Secrets of ClickHouse Query Performance

ClickHouse is famous for speed. That said, you can almost always make it faster! This webinar uses examples to teach you how to deduce what queries are actually doing by reading the system log and system tables. We’ll then explore…

ClickHouse Materialized Views Illuminated, Part 2

ClickHouse Materialized Views Illuminated, Part 2

In the previous blog post on materialized views, we introduced a way to construct ClickHouse materialized views that compute sums and counts using the SummingMergeTree engine. The SummingMergeTree can use normal SQL syntax for both types of aggregates. We also let…

ClickHouse Materialized Views Illuminated, Part 1

ClickHouse Materialized Views Illuminated, Part 1

Readers of the Altinity blog know we love ClickHouse materialized views. Materialized views can compute aggregates, read data from Kafka, implement last point queries, and reorganize table primary indexes and sort order. Beyond these functional capabilities, materialized views scale well…

ClickHouse at Data Con LA 2019

ClickHouse at Data Con LA 2019

On August 17 I had the pleasure of presenting at Data Con LA 2019.  My talk was Data Warehouse and Kubernetes:  Lessons from the ClickHouse Operator. It described learnings from our work to enable ClickHouse to run easily on Kubernetes….

Silicon Valley ClickHouse Meetup Report

Silicon Valley ClickHouse Meetup Report

The latest San Francisco Bay Area ClickHouse Meetup was in Silicon Valley on August 13th. We had between 25 and 30 attendees at H2O.ai, who kindly hosted the event at their offices in Mountain View. The crowd was enthusiastic, leading…

Webinar: Introduction to the Mysteries of ClickHouse Replication

Webinar: Introduction to the Mysteries of ClickHouse Replication

Built-in replication is a powerful ClickHouse feature that helps scale data warehouse performance as well as ensure high availability. This webinar will introduce how replication works internally, explain configuration of clusters with replicas, and show you how to set up…

Managing ClickHouse Datasets with ad-cli

Managing ClickHouse Datasets with ad-cli

July 1, 2019Large datasets are critical for anyone trying out or testing ClickHouse. ClickHouse is so fast that you typically need at least 100M rows to discern differences when tuning queries. Also, killer features like materialized views are much more…

Webinar: ClickHouse and the Magic of Materialized Views

Webinar: ClickHouse and the Magic of Materialized Views

Materialized views are a killer feature of ClickHouse that can speed up queries 200X or more. Our webinar will teach you how to use this potent tool starting with how to create materialized views and load data. We’ll then walk…

ClickHouse Events in Austin and San Francisco

ClickHouse Events in Austin and San Francisco

June 10, 2019The last two weeks have been a busy time for ClickHouse-related events. Altinity as well as the Yandex teams have been doing a world tour that included events in the US as well as Asia. Besides the opportunity…

Madrid ClickHouse Meetup Report

Madrid ClickHouse Meetup Report

The Madrid ClickHouse Meetup is over. Having attended in person I can report it was excellent: well-organized with great content. The meetup venue was the Google for Startups Campus, which has a comfortable auditorium capable of holding over 100 attendees….

ClickHouse Networking, Part 2

ClickHouse Networking, Part 2

This post in two parts provides an overview of ClickHouse network configuration with lots of examples. In the first post we describe the overall connectivity design and configuration of listeners and ports. In the second post we describe how to…