You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,6 +133,15 @@ Your data in Databend Cloud is physically stored in Amazon S3. Storage costs in
129
133
| Personal Edition | $23.00 |
130
134
| Business Edition | $23.00 |
131
135
136
+
### Cloud Service Pricing
137
+
138
+
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.
A user is using an XSmall warehouse (Business) and occasionally queries data. This specific query took 5 minutes and 20 seconds, and the data storage size is 100GB. The charges for the day are as follows:
@@ -146,8 +159,10 @@ A user is using an XSmall warehouse (Business) and occasionally queries data. Th
Assuming one query per day, the total cost for the month would be:
150
-
0.88 \* 30 = $26.4
162
+
163
+
### the total cost for the month would be:
164
+
165
+
Assuming one query per day, 0.88 \* 30 = $26.4
151
166
(Note: Because the API calls are infrequent, the cloud service fee is negligible. Only frequent queries will generate cloud service fees, as shown in Example 2.)
152
167
153
168
## Example-2:
@@ -172,17 +187,10 @@ A user is using an XSmall warehouse (Business) to continuously import data into
Assuming 24-hour continuous data import throughout the month, the total cost for the month would be:
176
-
56.77 \* 30 = $1703.1
177
190
178
-
### Cloud Service Pricing
179
-
180
-
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.
0 commit comments