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