Skip to content

Commit 4c9bf76

Browse files
ZhiHanZBohuTANG
authored andcommitted
chore: fix
1 parent 66e57c4 commit 4c9bf76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For on-premise deployments to be successful, it's essential to have a skilled De
1919
2. Adjusting cluster sizes by restarting nodes and reallocating them to different clusters as needed.
2020
3. Implementing a robust load balancing strategy for cluster nodes, which can present unique challenges in an on-premise environment.
2121

22-
Databend's on-premise warehouse SQL commands provide a powerful solution to let user built a multi-cluster query warehouse within 5 minutes. These commands enable you to:
22+
Databend's on-premise warehouse SQL commands provide a powerful solution to let user built a multi-cluster query warehouse within several seconds. These commands enable you to:
2323

2424
- Build and manage multiple query warehouses to improve query concurrency during peak hours
2525
- Dynamically route queries across different clusters to handle peak traffic periods
@@ -256,6 +256,7 @@ show online nodes
256256
```
257257

258258
#### Add nodes to an existing warehouse, cluster nodes come from different node groups
259+
259260
```sql
260261
root@localhost:8000/default> alter warehouse test_warehouse assign nodes(assign 1 nodes from dev_node for default, assign 1 nodes from infra_node for default);
261262

0 commit comments

Comments
 (0)