Skip to content

Commit b13465d

Browse files
authored
Merge pull request #54 from ClickHouse/kapustor-patch-2
Update warehouses.md
2 parents e89c5f9 + 84e23eb commit b13465d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/en/cloud/reference/warehouses.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ settings distributed_ddl_task_timeout=0
162162
6. **The original service should be new enough, or migrated**
163163
Unfortunately, not all existing services can share their storage with other services. During the last year, we released a few features that the service needs to support (like the Shared Merge Tree engine), so old services will mostly not be able to share their data with other services. This does not depend on ClickHouse version. The good news is that we can migrate the old service to the new engine, so it can support creating additional services. If you have a service for which you cannot enable compute-compute separation, please contact support to assist with the migration.
164164

165-
7. **Single-node secondary services can be unavailable for up to 1 hour during upgrades**
166-
When creating a database service, you can select the number of replicas. When creating a secondary service, you can select to create a single-node service, which means that there will be no high availability for this particular service. Currently, when performing an upgrade of such a service, a usual rolling upgrade can not be performed, which means that the single-node service will be unavailable during the upgrade. Though usually an upgrade takes only a few minutes, in some cases, if there are long-running queries, it can take up to one hour. The single-node service will be unavailable during this time. Consider creating at least two nodes service if this is not acceptable - in this case, there will be no downtime at all. We are working on removing this limitation.
167165

168166
## Pricing
169167

0 commit comments

Comments
 (0)