Clickhouse 学习笔记
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.
Go to file
2023-05-31 23:56:07 +08:00
.gitignore Initial commit 2023-05-31 15:08:36 +00:00
LICENSE Initial commit 2023-05-31 15:08:36 +00:00
README.md 更新readme 2023-05-31 23:56:07 +08:00

学习ClickHouse笔记

源码编译

编译命令

cmake .. -DCMAKE_CXX_COMPILER=`which clang++` -DCMAKE_C_COMPILER=`which clang` -DCMAKE_BUILD_TYPE=release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON