Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@

### Horizontal autoscaling (private preview) {#horizontal-autoscaling}

Horizontal autoscaling automatically adjusts the number of replicas in a ClickHouse Cloud cluster, scaling out aggressively when demand spikes and scaling in gradually as load drops — so teams with variable, high-concurrency workloads no longer need to manually right-size clusters. Private preview scales on concurrent query count; CPU and memory signals are planned for public beta. Available to Enterprise and Scale tier customers on ClickHouse 26.2+.
Horizontal autoscaling automatically adjusts the number of replicas in a ClickHouse Cloud cluster, scaling out aggressively when demand spikes and scaling in gradually as load drops — so teams with variable, high-concurrency workloads no longer need to manually right-size clusters. Private preview scales on concurrent query count; CPU and memory signals are planned for public beta. Available to Enterprise and Scale tier customers on ClickHouse 26.2+.

Check warning on line 66 in docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.EOLWhitespace

Remove whitespace characters from the end of the line.

Note: For the intial GA launch, horizontal and vertical autoscaling are mutually exclusive. Horizontal autoscaling will only activate when vertical autoscaling is disabled (i.e., the service is set to a fixed size). The same applies to vertical autoscaling being enabled when the number of replicas is fixed. This behavior will become more flexible in future releases.

Check warning on line 68 in docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Colons

': F' should be in lowercase.

### ClickStack MCP Server (open source) {#clickstack-mcp-server}

Expand Down
Loading