Skip to content

Commit ceee05e

Browse files
committed
updates
1 parent 6b30b96 commit ceee05e

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

docs/en/guides/00-products/02-dc/01-platforms.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ title: Platforms & Regions
66

77
Databend Cloud is a cloud-native solution that currently supports [Amazon S3](https://aws.amazon.com/s3/) in the following regions:
88

9-
![alt text](/img/cloud/dc-platform-en.png)
9+
| Platform | Region ID |
10+
|------------------------------|----------------|
11+
| AWS US East (Ohio) | us-east-2 |
12+
| AWS US West (Oregon) | us-west-2 |
13+
| AWS Asia Pacific (Singapore) | ap-southeast-1 |
14+
| AWS Europe (Frankfurt) | eu-central-1 |
1015

1116
:::note
1217
To ensure efficient and stable data synchronization and import, we strongly recommend choosing a cloud service that matches the cloud provider and region you are currently using. This will help effectively avoid potential network delays and data loss risks associated with cross-network data transfers, ensuring the security and smoothness of the data transmission process, while significantly improving the efficiency and stability of data synchronization and import.
@@ -19,9 +24,12 @@ When you sign up for a Databend Cloud account, you will need to select a cloud p
1924

2025
<!-- #ifcndef -->
2126

22-
Databend Cloud 是一个云原生解决方案,目前支持以下区域的 [Amazon S3](https://aws.amazon.com/s3/)
27+
Databend Cloud 是一个云原生解决方案,目前支持以下云厂商
2328

24-
![alt text](/img/cloud/dc-platform.png)
29+
| 云厂商 | 地域名称 | 所在城市 |
30+
|--------|----------|----------|
31+
| 阿里云 | 华北 2 | 北京 |
32+
| 腾讯云 | 华北地区 | 北京 |
2533

2634
:::note
2735
为了确保数据同步导入的高效与稳定,强烈建议您选择与当前正在使用的云厂商以及区域(Region)完全一致的云服务。这样做可以有效规避跨公网数据传输可能带来的网络延迟、数据丢失风险,保障数据传输过程的安全与流畅,大幅提升数据同步导入的效率和稳定性。
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"label": "Databend Cloud"
2+
"label": "Working with Databend Cloud"
33
}

docs/en/guides/20-cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Databend Cloud
2+
title: Working with Databend Cloud
33
---
44

55
import IndexOverviewList from '@site/src/components/IndexOverviewList';

docs/en/sql-reference/10-sql-commands/00-ddl/19-warehouse/create-warehouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Creates a warehouse with specified size or by assigning nodes from specific node
1111

1212
```sql
1313
CREATE WAREHOUSE <warehouse_name>
14-
[WITH warehouse_size = <size> | ASSIGN <node_count> NODES FROM <node_group>[, <node_count> NODES FROM <node_group> ...]]
14+
[WITH warehouse_size = <size> | ( ASSIGN <node_count> NODES FROM <node_group>[, <node_count> NODES FROM <node_group> ... ] ) ]
1515
```
1616

1717
## Examples

0 commit comments

Comments
 (0)