ClickHouse Parts and Partitions: Part 2

Introduction In ClickHouse, data is organized into tables, and each table is divided into one or more part/partitions. For detailed information about parts and partitions, please visit Part 1. In this part of the series, […]

ClickHouse Parts and Partitions: Part 1

Introduction In ClickHouse, a physical file on a disk that stores a portion of the table’s data is called a “part”. A “partition,” on the other hand, is a logical division of a table’s data […]