Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions docs/fragment/03-pricing-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@

计算集群的大小指的是它能够处理的并发查询的最大数量,价格根据不同的大小和所使用的 Databend Cloud 版本而有所不同。

| 大小 | 每小时费用 (基础版) | 每小时费用 (商业版) | 每秒费用 (基础版) | 每秒费用 (商业版) |
| ------ | ------------------- | ------------------- | ----------------- | ----------------- |
| XSmall | ¥ 3.00 | ¥ 4.50 | ¥ 0.000833333 | ¥ 0.00125 |
| Small | ¥ 6.00 | ¥ 9.00 | ¥ 0.001666667 | ¥ 0.0025 |
| Medium | ¥ 12.00 | ¥ 18.00 | ¥ 0.003333333 | ¥ 0.005 |
| Large | ¥ 24.00 | ¥ 36.00 | ¥ 0.006666667 | ¥ 0.01 |
| XLarge | ¥ 48.00 | ¥ 72.00 | ¥ 0.013333333 | ¥ 0.02 |
| 大小 | 每小时费用 (基础版) | 每小时费用 (商业版) | 每秒费用 (基础版) | 每秒费用 (商业版) |
| -------- | ------------------- | ------------------- | ----------------- | ----------------- |
| XSmall | ¥ 3.00 | ¥ 4.50 | ¥ 0.000833333 | ¥ 0.00125 |
| Small | ¥ 6.00 | ¥ 9.00 | ¥ 0.001666667 | ¥ 0.0025 |
| Medium | ¥ 12.00 | ¥ 18.00 | ¥ 0.003333333 | ¥ 0.005 |
| Large | ¥ 24.00 | ¥ 36.00 | ¥ 0.006666667 | ¥ 0.01 |
| XLarge | ¥ 48.00 | ¥ 72.00 | ¥ 0.013333333 | ¥ 0.02 |
| 2XLarge | ¥ 96.00 | ¥ 144.00 | ¥ 0.026666667 | ¥ 0.04 |
| 3XLarge | ¥ 192.00 | ¥ 288.00 | ¥ 0.053333333 | ¥ 0.08 |
| 4XLarge | ¥ 384.00 | ¥ 576.00 | ¥ 0.106666667 | ¥ 0.16 |
| 5XLarge | ¥ 768.00 | ¥ 1152.00 | ¥ 0.213333333 | ¥ 0.32 |
| 6XLarge | ¥ 1536.00 | ¥ 2304.00 | ¥ 0.426666667 | ¥ 0.64 |

暂停的计算集群不会消耗任何资源。默认情况下,Databend Cloud 会在五分钟不活动后自动暂停计算集群以节省资源和成本。您可以根据自己的偏好调整或禁用此自动暂停功能。

Expand Down
19 changes: 12 additions & 7 deletions docs/fragment/03-pricing-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ Your warehouses incur costs when they are running (specifically, when in the Run

The size of a warehouse refers to the maximum number of concurrent queries it can handle, and prices vary based on the different sizes available and the Databend Cloud edition you use.

| Size | Hourly Cost (Personal) | Hourly Cost (Business) | Per-Second Cost (Personal) | Per-Second Cost (Business) |
| ------ | ---------------------- | ---------------------- | -------------------------- | -------------------------- |
| XSmall | $1.00 | $1.50 | $0.000277778 | $0.000416667 |
| Small | $2.00 | $3.00 | $0.000555556 | $0.000833333 |
| Medium | $4.00 | $6.00 | $0.001111111 | $0.001666667 |
| Large | $8.00 | $12.00 | $0.002222222 | $0.003333333 |
| XLarge | $16.00 | $24.00 | $0.004444444 | $0.006666667 |
| Size | Hourly Cost (Personal) | Hourly Cost (Business) | Per-Second Cost (Personal) | Per-Second Cost (Business) |
| ------- | ---------------------- | ---------------------- | -------------------------- | -------------------------- |
| XSmall | $1.00 | $1.50 | $0.000277778 | $0.000416667 |
| Small | $2.00 | $3.00 | $0.000555556 | $0.000833333 |
| Medium | $4.00 | $6.00 | $0.001111111 | $0.001666667 |
| Large | $8.00 | $12.00 | $0.002222222 | $0.003333333 |
| XLarge | $16.00 | $24.00 | $0.004444444 | $0.006666667 |
| 2XLarge | $32.00 | $48.00 | $0.008888889 | $0.013333333 |
| 3XLarge | $64.00 | $96.00 | $0.017777778 | $0.026666667 |
| 4XLarge | $128.00 | $192.00 | $0.035555556 | $0.053333333 |
| 5XLarge | $256.00 | $384.00 | $0.071111111 | $0.106666667 |
| 6XLarge | $512.00 | $768.00 | $0.142222222 | $0.213333333 |

A suspended warehouse does not consume any resources. By default, Databend Cloud automatically suspends a warehouse after five minutes of inactivity to save resources and costs. You can adjust or disable this automatic suspension feature according to your preferences.

Expand Down
Loading