Creating a ClickHouse Database
This page covers the configuration specific to ClickHouse — its Database Mode and any engine-specific settings shown below. The rest of the creation flow — opening the wizard, namespace and name, version, machine profile, storage, and optional features — is the same for every engine and is documented in Common Steps.
Database Mode
Select the topology under Database Mode:
- Standalone — A single-node ClickHouse instance.
- Topology — A distributed ClickHouse cluster with sharding/replication, coordinated by ClickHouse Keeper.

Cluster
| Field | Description |
|---|---|
| Shards | Number of shard partitions. Required. |
| Replicas | Number of replicas per shard. Required. |
ClickHouse Keeper — Provides coordination/metadata for the cluster (the ClickHouse-native alternative to ZooKeeper). Configure its node count and resources.
Create a ClickHouse Database
- Open the wizard and select ClickHouse — see Getting Started and Select a Database Type.
- Set the namespace and name.
- Pick the database version and the Database Mode described above, then set the machine profile and storage — see Configure the Database.
- Optionally configure Advanced Configuration (labels, deletion policy, credentials, point-in-time recovery) and Additional Options (monitoring, backup, TLS, gateway).
- Click Deploy.































