Skip to content

Commit 734b332

Browse files
authored
Merge pull request #57 from ClickHouse/kapustor-patch-3
Update warehouses.md
2 parents 971abf9 + b17a2f9 commit 734b332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/en/cloud/reference/warehouses.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ create database db_test_ddl_single_query_setting
159159
settings distributed_ddl_task_timeout=0
160160
```
161161

162-
6. **The original service should be new enough, or migrated**
163-
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.
162+
6. **In very rare cases, secondary services that are idled or stopped for a long time (days) without waking/starting up can cause performance degradation to other services in the same warehouse.** This issue will be resolved soon and is connected to mutations running in the background. If you think you are experiencing this issue, please contact ClickHouse [Support](https://clickhouse.com/support/program).
164163

165164

166165
## Pricing

0 commit comments

Comments
 (0)