# Introducing Warehouses: Compute-compute separation in ClickHouse Cloud

DevFeed: [Introducing Warehouses: Compute-compute separation in ClickHouse Cloud](<https://devfeed.tech/articles/introducing-warehouses-compute-compute-separation-in-clickhouse-cloud-5346.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/introducing-warehouses-compute-compute-separation-in-clickhouse-cloud>)

Author: Dmitry Pavlov

Published: 2025-01-27T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [database-performance](<https://devfeed.tech/tags/database-performance.md>), [operations](<https://devfeed.tech/tags/operations.md>), [performance](<https://devfeed.tech/tags/performance.md>), [resource](<https://devfeed.tech/tags/resource.md>)

## AI overview

This blog introduces compute-compute separation in ClickHouse Cloud. The approach assigns isolated compute resources to different users, workloads, or database operations so that resource-intensive queries are less likely to affect the performance and stability of other workloads. It is presented as a way to improve workload isolation, resource management, and cost efficiency, including by separating reads from writes and protecting critical operations such as INSERTs and UPDATEs.

## Source excerpt

This blog describes how compute-compute is helping ClickHouse Cloud customers achieve better tenant isolation and optimize their overall resource consumption and costs.