ClickHouse
Managed ClickHouse. Supports sharded deployments for high-throughput analytical workloads.
Fields
Section titled “Fields”| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
name | string | Yes | ||
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
storageGB | integer | Yes | ≤ 100 | |
dbName | string | Yes | Database name | |
user | string | Yes | Database user | |
password | string | Yes | ||
shards | integer | No | 1–9 | Number of shards. Defaults to 1 |
[[clickhouse]]name = "analytics"cpuCores = 1memoryMB = 2048storageGB = 50dbName = "events"user = "app"password = "secret"shards = 2