Skip to content

Commit 7f2d8ef

Browse files
committed
link automatic scaling page to new MBB page
1 parent d9f58b4 commit 7f2d8ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/cloud/features/04_infrastructure/automatic_scaling/automatic_scaling.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@ For Enterprise tier services scaling works as follows:
3838
- Custom profiles (`highMemory` and `highCPU`) do not support vertical autoscaling or manual vertical scaling. However, these services can be scaled vertically by contacting support.
3939

4040
:::note
41-
Scaling in ClickHouse Cloud happens in what we call "Make Before Break" (MBB) approach. This adds one or more replicas of the new size before removing the old replicas, preventing any loss of capacity during scaling operations. By eliminating the gap between removing existing replicas and adding new ones, MBB creates a more seamless and less disruptive scaling process. It is especially beneficial in scale-up scenarios, where high resource utilization triggers the need for additional capacity, since removing replicas prematurely would only exacerbate the resource constraints. As part of this approach we wait up to an hour to let any existing queries complete on the older replicas before we will remove them. This balances the need for existing queries to complete, while at the same time ensuring that older replicas do not linger around for too long.
41+
Scaling in ClickHouse Cloud happens in what we call a ["Make Before Break" (MBB)](/cloud/features/mbb) approach.
42+
This adds one or more replicas of the new size before removing the old replicas, preventing any loss of capacity during scaling operations.
43+
By eliminating the gap between removing existing replicas and adding new ones, MBB creates a more seamless and less disruptive scaling process.
44+
It is especially beneficial in scale-up scenarios, where high resource utilization triggers the need for additional capacity, since removing replicas prematurely would only exacerbate the resource constraints.
45+
As part of this approach, we wait up to an hour to let any existing queries complete on the older replicas before removing them.
46+
This balances the need for existing queries to complete, while at the same time ensuring that older replicas do not linger around for too long.
4247

4348
Please note that as part of this change:
44-
1. Historical system table data will be retained for up to a maximum of 30 days as part of scaling events. In addition, any system table data older than December 19, 2024, for services on AWS or GCP and older than January 14, 2025, for services on Azure will not be retained as part of the migration to the new organization tiers.
49+
1. Historical system table data is retained for up to a maximum of 30 days as part of scaling events. In addition, any system table data older than December 19, 2024, for services on AWS or GCP and older than January 14, 2025, for services on Azure will not be retained as part of the migration to the new organization tiers.
4550
2. For services utilizing TDE (Transparent Data Encryption) system table data is currently not maintained after MBB operations. We are working on removing this limitation.
4651
:::
4752

0 commit comments

Comments
 (0)