
ClickHouse Horizontal Scaling: Sharding and Resharding Strategies
Introduction Sharding is a process in which a large database table is divided horizontally into smaller ones (with same schema/columns) and stored across different nodes. ClickHouse supports sharding via distributed table engine. You can […]