|
2 | 2 | title: Pricing & Billing
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -<!-- #ifendef --> |
| 5 | +import LanguageDocs from '@site/src/components/LanguageDocs'; |
6 | 6 |
|
7 |
| -Your costs on Databend Cloud consist of the following components: warehouses, storage, and cloud service fees. This page contains information about the pricing of each component and how the billing works. |
8 |
| - |
9 |
| -## Databend Cloud Pricing |
10 |
| - |
11 |
| -This section provides pricing information on warehouse, storage, and cloud service. |
12 |
| - |
13 |
| -### Warehouse Pricing |
14 |
| - |
15 |
| -Your warehouses incur costs when they are running (specifically, when in the Running state). The cost depends on the warehouse's size and running time. **Billing is calculated on a per-second basis**. For example, if you have a warehouse running for three seconds, you will be charged for that exact duration. |
16 |
| - |
17 |
| -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. |
18 |
| - |
19 |
| -| Size | Max. Concurrency | Hourly Cost (Personal) | Hourly Cost (Business) | |
20 |
| -| ------ | ---------------- | ---------------------- | ---------------------- | |
21 |
| -| XSmall | 2 | $1.00 | $1.50 | |
22 |
| -| Small | 4 | $2.00 | $3.00 | |
23 |
| -| Medium | 8 | $4.00 | $6.00 | |
24 |
| -| Large | 16 | $8.00 | $12.00 | |
25 |
| -| XLarge | 32 | $16.00 | $24.00 | |
26 |
| - |
27 |
| -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. |
28 |
| - |
29 |
| -### Storage Pricing |
30 |
| - |
31 |
| -Your data in Databend Cloud is physically stored in Amazon S3. Storage costs in Databend Cloud are based on Amazon S3's pricing. Currently, both the Personal Edition and Business Edition are priced at $23.00 per month per terabyte (TB). |
| 7 | +<LanguageDocs |
| 8 | +cn= |
| 9 | +" |
32 | 10 |
|
33 |
| -| Edition | Price per TB per Month | |
34 |
| -| ---------------- | ---------------------- | |
35 |
| -| Personal Edition | $23.00 | |
36 |
| -| Business Edition | $23.00 | |
37 |
| - |
38 |
| -### Cloud Service Pricing |
39 |
| - |
40 |
| -The cloud service fee currently includes fees for the API requests. Each time you run a SQL query with Databend Cloud, a REST API request is sent to the `databend-query` through the [Databend HTTP handler](/developer/apis/http). In the Personal Edition, you are billed $1 for every 10,000 API requests, while in the Business Edition, the cost is $2 for every 10,000 API requests. |
41 |
| - |
42 |
| -| Edition | Cost per 10,000 API Requests | |
43 |
| -| ---------------- | ---------------------------- | |
44 |
| -| Personal Edition | $1.00 | |
45 |
| -| Business Edition | $2.00 | |
46 |
| - |
47 |
| -## Databend Cloud Billing |
48 |
| - |
49 |
| -The billing period is set for every calendar month, starting from the 1st day to the last day of the month. For your first month, the billing period will begin on the day your organization was created. |
50 |
| - |
51 |
| -To check your billing details, go to **Manage** and then click on **Billing**. From there, you can review your bills and link a credit card for payment. |
52 |
| - |
53 |
| -When billing users, Databend Cloud applies coupons first. If multiple coupons are available, the system prioritizes deduction from the coupon with the earliest expiration date. Please ensure coupons are used before their expiration date. |
54 |
| - |
55 |
| -<!-- #endendef --> |
56 |
| - |
57 |
| -<!-- #ifcndef --> |
58 | 11 | 您在 Databend Cloud 上的费用由以下几个部分组成:计算集群、存储和云服务费。本页面包含各部分的价格信息以及账单的说明。
|
59 | 12 |
|
60 | 13 | ## Databend Cloud 定价
|
@@ -102,4 +55,57 @@ When billing users, Databend Cloud applies coupons first. If multiple coupons ar
|
102 | 55 | 要查看您的账单,请前往 **管理**,然后点击 **费用中心**。
|
103 | 56 |
|
104 | 57 | 在进行扣费时,Databend Cloud 首先使用优惠券。如果有多个优惠券可用,系统会优先从到期日期最早的优惠券中扣除。请确保在优惠券到期前使用。
|
105 |
| -<!-- #endcndef --> |
| 58 | + |
| 59 | +" |
| 60 | +en= |
| 61 | +" |
| 62 | + |
| 63 | +Your costs on Databend Cloud consist of the following components: warehouses, storage, and cloud service fees. This page contains information about the pricing of each component and how the billing works. |
| 64 | + |
| 65 | +## Databend Cloud Pricing |
| 66 | + |
| 67 | +This section provides pricing information on warehouse, storage, and cloud service. |
| 68 | + |
| 69 | +### Warehouse Pricing |
| 70 | + |
| 71 | +Your warehouses incur costs when they are running (specifically, when in the Running state). The cost depends on the warehouse\'s size and running time. **Billing is calculated on a per-second basis**. For example, if you have a warehouse running for three seconds, you will be charged for that exact duration. |
| 72 | + |
| 73 | +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. |
| 74 | + |
| 75 | +| Size | Max. Concurrency | Hourly Cost (Personal) | Hourly Cost (Business) | |
| 76 | +| ------ | ---------------- | ---------------------- | ---------------------- | |
| 77 | +| XSmall | 2 | $1.00 | $1.50 | |
| 78 | +| Small | 4 | $2.00 | $3.00 | |
| 79 | +| Medium | 8 | $4.00 | $6.00 | |
| 80 | +| Large | 16 | $8.00 | $12.00 | |
| 81 | +| XLarge | 32 | $16.00 | $24.00 | |
| 82 | + |
| 83 | +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. |
| 84 | + |
| 85 | +### Storage Pricing |
| 86 | + |
| 87 | +Your data in Databend Cloud is physically stored in Amazon S3. Storage costs in Databend Cloud are based on Amazon S3's pricing. Currently, both the Personal Edition and Business Edition are priced at $23.00 per month per terabyte (TB). |
| 88 | + |
| 89 | +| Edition | Price per TB per Month | |
| 90 | +| ---------------- | ---------------------- | |
| 91 | +| Personal Edition | $23.00 | |
| 92 | +| Business Edition | $23.00 | |
| 93 | + |
| 94 | +### Cloud Service Pricing |
| 95 | + |
| 96 | +The cloud service fee currently includes fees for the API requests. Each time you run a SQL query with Databend Cloud, a REST API request is sent to the `databend-query` through the [Databend HTTP handler](/developer/apis/http). In the Personal Edition, you are billed $1 for every 10,000 API requests, while in the Business Edition, the cost is $2 for every 10,000 API requests. |
| 97 | + |
| 98 | +| Edition | Cost per 10,000 API Requests | |
| 99 | +| ---------------- | ---------------------------- | |
| 100 | +| Personal Edition | $1.00 | |
| 101 | +| Business Edition | $2.00 | |
| 102 | + |
| 103 | +## Databend Cloud Billing |
| 104 | + |
| 105 | +The billing period is set for every calendar month, starting from the 1st day to the last day of the month. For your first month, the billing period will begin on the day your organization was created. |
| 106 | + |
| 107 | +To check your billing details, go to **Manage** and then click on **Billing**. From there, you can review your bills and link a credit card for payment. |
| 108 | + |
| 109 | +When billing users, Databend Cloud applies coupons first. If multiple coupons are available, the system prioritizes deduction from the coupon with the earliest expiration date. Please ensure coupons are used before their expiration date. |
| 110 | + |
| 111 | +"/> |
0 commit comments