Deep Dive into the FREEZE Command in ClickHouse
ChistaDATA

How to use FREEZE command for ClickHouse Backup

Introduction ClickHouse has several backup solutions to restore the disk, database, table, and partition levels. You can access other detailed backup and restore solution documentation here and export/import documentation here. Today, we would like to […]

Introduction to Sharding in ClickHouse
ChistaDATA

Sharding in ClickHouse: Part 1

Introduction Sharding is splitting a large table horizontally (row-wise) and storing it in multiple servers. Clickhouse uses distributed table engine for processing the sharded tables. Shards can be internally replicated or non-replicated in ClickHouse. Sharding […]

No Picture
ChistaDATA Performance

Exporting ClickHouse Metrics to Prometheus

Introduction ClickHouse provides a way to expose metrics for scraping it from Prometheus. There are two steps involved in exposing ClickHouse metrics to Prometheus: Configure ClickHouse to publish the metrics http endpoint. Configure Prometheus to […]

ClickHouse Release Notes
ChistaDATA Performance

ClickHouse June 2022 Release – v22.6

Introduction This article will introduce the new features defined in the new version of ClickHouse, version 22.6. For more information please visit official ClickHouse docs here. Download the ClickHouse 22.6 release here. ClickHouse Release 22.6 […]