Overview
Introduction to ClickHouse
- ClickHouse (CK) is a column-oriented database management system (DBMS) for online analytical processing (OLAP). It supports linear scalability and features lightweight and high reliability, supporting various data statistics and analysis scenarios, SQL-like query, and remote replication and deployment.
- There are two methods for installing ClickHouse: installing binary packages or compiling the source code.
- Installing binary packages means to install the RPM packages (or other packages) downloaded from the community, instead of compiling the source code.
- Compiling the source code means to download the ClickHouse source code from the community for compilation and manually install ClickHouse. If you install the ClickHouse 24.3.11.7-lts RPM package on a Kunpeng server, due to the hardware environment requirements, you need to port, modify and compile the source code for the installation.
- The language for developing ClickHouse is C++.
Recommended Version
ClickHouse v24.3.11.7-lts
Parent topic: Installation Guide (openEuler)