This repository has been archived on 2024-10-26 . You can view files and clone it, but cannot push or open issues or pull requests.
学习ClickHouse笔记
源码编译
编译命令
git clone git@github.com:ClickHouse/ClickHouse.git -b 23.4
cd ClickHouse
git submodule update --init --recursive
mkdir build && cd build
cmake .. -DCMAKE_CXX_COMPILER=`which clang++` -DCMAKE_C_COMPILER=`which clang` -DCMAKE_BUILD_TYPE=release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
ninja
性能优化
基础知识
源码解析
Description
Languages
Markdown
100%