From 3600392e0b058c5c77a1811dcd4bbbefcfa582d1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:46:44 +0000 Subject: [PATCH] docs: fix "idle parts" to "active parts" in automatic idling --- products/cloud/features/autoscaling/idling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/cloud/features/autoscaling/idling.mdx b/products/cloud/features/autoscaling/idling.mdx index bd8ccfc2a..9639e8723 100644 --- a/products/cloud/features/autoscaling/idling.mdx +++ b/products/cloud/features/autoscaling/idling.mdx @@ -18,7 +18,7 @@ When you create a ClickHouse Cloud service, the default setting for the IP allow ### Adaptive Idling {#adaptive-idling} ClickHouse Cloud implements adaptive idling to prevent disruptions while optimizing cost savings. The system evaluates several conditions before transitioning a service to idle. Adaptive idling overrides the idling duration setting when any of the below listed conditions are met: -- When the number of parts exceeds the maximum idle parts threshold (default: 10,000), the service isn't idled so that background maintenance can continue +- When the number of parts exceeds the maximum active parts threshold (default: 10,000), the service isn't idled so that background maintenance can continue - When there are ongoing merge operations, the service isn't idled until those merges complete to avoid interrupting critical data consolidation - Additionally, the service also adapts idle timeouts based on server initialization time: - If server initialization time is less than 15 minutes, no adaptive timeout is applied and the customer-configured default idle timeout is used