Skip to content

Commit

Permalink
Update compute-compute-separation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kapustor authored Oct 14, 2024
1 parent c0c8477 commit 68c404c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/en/cloud/reference/compute-compute-separation.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ create database db_test_ddl_single_query_setting
settings distributed_ddl_task_timeout=0
```

8. **When performing a DELETE or UPDATE query, all services should be running (not stopped and not idled) (limitation will be removed before GA).** This is because currently [mutations](https://clickhouse.com/docs/en/guides/developer/mutations) are only possible when all relicas are running. Otherwise the database will return an error:

```
Code: 341. DB::Exception: Mutation is not finished because some replicas are inactive right now
```
## Pricing

Extra services created during the private preview are billed as usual. Compute prices are the same for all services connected to the same storage. Storage is billed only once - it is included in the first (original) service.
Expand Down

0 comments on commit 68c404c

Please sign in to comment.