Introduction to Sharding in ClickHouse
ClickHouse Horizontal Scaling

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 […]

ClickHouse DBA Support

Data Backup and Restore in ClickHouse

Photo by Lenharth Systems on StockSnap Introduction Backup is a way to protect and restore databases. It is a safeguard against unexpected data loss and application errors. Replication protects the databases from hardware or connection […]

ClickHouse Release Notes
Release Notes

ClickHouse May 2022 Release – v22.5

Introduction This article will introduce the new features defined in the new version of ClickHouse, version 22.5. You can reach to the new ClickHouse release here. Key features & improvements ClickHouse has added new features […]

Machine Learning in ClickHouse
ClickHouse Backup & DR

Backup & Data Restore (DR) in ClickHouse: Part 1

Introduction We at ChistaDATA never recommend Replication Solution as an alternative for Backup or DR. Replication focuses on business continuity, i.e. delivering uninterrupted data infrastructure availability to mission-critical ClickHouse Operations and Backup involves creating a […]