Skip to content

ClickHouse

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

ParameterTypeRequiredDescriptionExample
HostStringYesClickHouse server hostname or IP addressclickhouse.example.com
PortIntegerNoClickHouse native protocol port (default: 9000)9000
UsernameStringYesDatabase username for authenticationdefault
PasswordPasswordYesDatabase password for authentication********
DatabaseStringNoDatabase name (optional, defaults to ‘default’)mydb
  • Uses the ClickHouse native protocol (port 9000 by default, not the HTTP port 8123)