Skip to content

Commit 66e57c4

Browse files
ZhiHanZBohuTANG
authored andcommitted
chore: make it more clear
1 parent 2b5d385 commit 66e57c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/en/guides/10-deploy/01-deploy/02-production/03-manage-query-warehouse-through-SQL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ This flexibility allows you to optimize resource utilization and maintain high a
3131
### Warehouse related concepts
3232

3333
The following concepts are important to understand when working with warehouses in Databend:
34-
35-
- **Warehouse**: An abstract concept representing one or more groups of compute resources. It is the smallest logical unit of compute resources for executing SQL queries.
34+
- **Warehouse**: A collection of compute resources that users interact with to execute SQL queries. It can internally contain multiple clusters to handle concurrent query workloads.
3635

3736
- **Cluster**: An abstract concept representing a group of compute resources. Each SQL query will try to use all nodes's resources(including CPU, memory, disk, etc.) to finish the query. A warehouse consists of multiple clusters, with each cluster being physically isolated. When increased concurrent processing capacity is needed for a warehouse, new clusters can be added. In previous static configured `tenant_id` and `cluster_id` deployment, the warehouse is a single cluster warehouse named `cluster_id`.
3837

0 commit comments

Comments
 (0)