diff --git a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md index dc043feff30..e463afe63c5 100644 --- a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md +++ b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md @@ -63,7 +63,9 @@ For more details, see: ### 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+. + +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. ### ClickStack MCP Server (open source) {#clickstack-mcp-server}