Skip to content

Commit d2ea420

Browse files
authored
Update architecture.md
Added blurb for compute compute separation
1 parent 5ed4d1f commit d2ea420

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/en/cloud/reference/architecture.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All services are isolated at the network layer.
2929

3030
### Compute isolation
3131

32-
`Basic`, `Scale` and `Enterprise` services are deployed in separate pods in their respective Kubernetes spaces, with network level isolation.
32+
All services are deployed in separate pods in their respective Kubernetes spaces, with network level isolation.
3333

3434
### Storage isolation
3535

@@ -39,6 +39,9 @@ For AWS, access to storage is controlled via AWS IAM, and each IAM role is uniqu
3939

4040
For GCP and Azure, services have object storage isolation (all services have their own buckets or storage container).
4141

42+
## Compute-Compute Separation
43+
[Compute-compute separation](/docs/en/cloud/reference/warehouses) lets users create multiple compute node groups, each with their own service URL, that all use the same shared object storage. This allows for compute isolation of different use cases such as reads from writes, that share the same data. It also leads to more efficient resource utilization by allowing for independent scaling of the compute groups as needed.
44+
4245
## Concurrency Limits
4346

4447
There is no limit to the number of queries per second (QPS) in your ClickHouse Cloud service. There is, however, a limit of 1000 concurrent queries per replica. QPS is ultimately a function of your average query execution time and the number of replicas in your service.

0 commit comments

Comments
 (0)