Fatal Background Processes in ClickHouse

Introduction ClickHouse is an open-source columnar database management system that is designed to handle high volumes of data and support high concurrency. However, like any complex system, it is possible for background processes to fail, […]

How does ClickHouse Merge Sort Algorithm work?

Introduction ClickHouse uses a merge-sort algorithm to sort data internally. The merge-sort algorithm works by dividing the data into smaller blocks, sorting each block individually, and then merging the sorted blocks together to produce the […]

Monitoring Key Activities by ClickHouse Users

Introduction Monitoring key user activity in ClickHouse is quite essential to system health and performance. In this article, we discuss means of doing this, and simple SQL scripts that may be helpful for this purpose. […]

Monitoring ClickHouse Server CPU Usage

Introduction ClickHouse is designed to be highly optimized for performance and scalability, with a focus on efficient use of system resources, including CPU usage. Understanding the CPU usage by a ClickHouse server can be important […]

1 23 24 25 26 27 36