Skip to content

ClickHouse

When adding a ClickHouse connection in Tracelake, you’ll need to provide the following information:

Parameter Type Required Description Example
Host String Yes ClickHouse server hostname or IP address clickhouse.example.com
Port Integer No ClickHouse native protocol port (default: 9000) 9000
Username String Yes Database username for authentication default
Password Password Yes Database password for authentication ********
Database String No Database name (optional, defaults to ‘default’) mydb
  • Uses the ClickHouse native protocol (port 9000 by default, not the HTTP port 8123)