This is example sql schemas for clickhouse. More information in clickhouse official docs
There are 2 typical setups:
Loghouse 0.3 using db version 3. You can use new loghouse with previous db schema.
But new loghouse will be slow with old schema.
You should update using our helm chart, or do it manually.
DO_DB_DEPLOY=true rake create_logs_tables
If you want to use external clickhouse set this variables in values.yaml
clickhouse:
external: true
externalEndpoints:
- 10.0.0.1
- 10.0.0.2
- 10.0.0.3
For clickhouse cluster set this variable in values.yaml
doDbDeploy: false