Getting started with ClickHouse v26.3

Connect to your ClickHouse instance, explore EDB-specific capabilities, and find resources for going further.

Connecting to ClickHouse

Once ClickHouse is installed and running, connect using clickhouse-client:

clickhouse-client

Verify you're running an EDB-packaged build:

SELECT version();

The output includes the EDB release, for example 26.3.22.7+1edb1.

Integrations

See also

For SQL reference, configuration, and operational guidance beyond what's covered here, refer to the upstream ClickHouse documentation: