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-06-01 01:16:23 +08:00
bad 更新readme 2023-06-01 00:48:38 +08:00
engine 添加表引擎 2023-06-01 01:16:23 +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-06-01 00:48:38 +08:00

学习ClickHouse笔记

源码编译

编译命令

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

性能优化

性能变慢的因素