Skip to content

Commit aa028c5

Browse files
authored
Merge pull request #109 from ClickHouse/kapustor-patch-4
Update warehouses.md
2 parents 94a0917 + fc57680 commit aa028c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/cloud/reference/warehouses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Because this compute-compute separation is currently in private preview, there a
152152

153153
4. **Inserts in one read-write service can prevent another read-write service from idling if idling is enabled.** Because of the previous point, a second service perform background merge operations for the first service. These background operations can prevent the second service from going to sleep when idling. Once the background operations are finished, the service will be idled. Read-only services are not affected and will be idled without delay.
154154

155-
5. **CREATE/RENAME/DROP DATABASE queries could be blocked by idled/stopped services by default (limitation will be removed in GA).** These queries can hang. To bypass this, you can run database management queries with `settings distributed_ddl_task_timeout=0` at the session or per query level. For example:
155+
5. **CREATE/RENAME/DROP DATABASE queries could be blocked by idled/stopped services by default.** These queries can hang. To bypass this, you can run database management queries with `settings distributed_ddl_task_timeout=0` at the session or per query level. For example:
156156

157157
```sql
158158
create database db_test_ddl_single_query_setting

0 commit comments

Comments
 (0)