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
Copy file name to clipboardExpand all lines: docs/en/guides/00-overview/00-editions/02-dc/01-platforms.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ Databend Cloud is a cloud-native solution that currently supports [Amazon S3](ht
9
9

10
10
11
11
:::note
12
-
Databend Cloud plans to expand its support for additional cloud platforms and regions. If your project requires support for a specific cloud platform or region, please click the **Contact Sales** button on the top right corner of the Databend Cloud homepage to get in touch with the Databend Cloud team.
12
+
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.
13
+
Databend Cloud plans to expand support for more cloud providers and regions. If your current cloud provider or region is not supported, please click [Contact Sales](https://www.databend.com/contact-us/) to get in touch with the Databend Cloud team.
13
14
:::
14
15
15
16
When you sign up for a Databend Cloud account, you will need to select a cloud platform and region. Once the account is successfully created, the selected cloud platform and region cannot be changed.
云服务费目前包括 API 请求的费用。每次您使用 Databend Cloud 运行 SQL 查询时,都会通过 [Databend HTTP 处理器](/developer/apis/http) 向 `databend-query` 发送一个 REST API 请求。在标准版中,每 10,000 次 API 请求收费 3 元,而在商业版中,每 10,000 次 API 请求收费 4.5 元。
@@ -72,13 +110,13 @@ Your warehouses incur costs when they are running (specifically, when in the Run
72
110
73
111
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.
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
122
@@ -91,6 +129,52 @@ Your data in Databend Cloud is physically stored in Amazon S3. Storage costs in
91
129
| Personal Edition | $23.00 |
92
130
| Business Edition | $23.00 |
93
131
132
+
## Example-1:
133
+
134
+
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:
135
+
136
+
### Compute charges:
137
+
138
+
0.000416667 \* (5 \* 60 + 20) = $0.13
139
+
(XSmall cluster charges 0.00125 RMB per second, and the query duration is 5 minutes and 20 seconds)
140
+
141
+
### Storage charges:
142
+
143
+
23 / 1024 / 30 \* 100 = $0.75
144
+
(Storage price is $23 per TB/month, 1TB = 1024GB, 30 days in a month)
Assuming one query per day, the total cost for the month would be:
150
+
0.88 \* 30 = $26.4
151
+
(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
+
153
+
## Example-2:
154
+
155
+
A user is using an XSmall warehouse (Business) to continuously import data into Databend Cloud. The warehouse runs 24 hours a day, and the data storage is 1TB. To facilitate continuous data loading, the user has set up a task to run every minute, loading data into Databend Cloud. The estimated number of API calls is 100,000. The charges for the day are as follows:
156
+
157
+
### Compute charges:
158
+
159
+
1.50 \* 24 = $36
160
+
(XSmall cluster charges $1.50 per hour)
161
+
162
+
### Storage charges:
163
+
164
+
23 / 30 = $0.77
165
+
(Storage price is $23 per TB/month, 1TB = 1024GB, 30 days in a month)
Assuming 24-hour continuous data import throughout the month, the total cost for the month would be:
176
+
56.77 \* 30 = $1703.1
177
+
94
178
### Cloud Service Pricing
95
179
96
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.
| Description | SaaS on Public Cloud | Self-hosted | Self-hosted |
33
+
| Maintenance | No installation or maintenance required; ready to use after account registration | Requires installation and deployment; offers advanced enterprise features | Requires installation and deployment; provides basic features |
| Support | 24/7 technical support | 24/7 technical support | Community support |
36
+
| Target Audience | Enterprises already using or planning to use public cloud services like AWS | Enterprises using private clouds or self-managed data centers with high requirements for data security and business stability | Enterprises using private clouds or self-managed data centers |
Copy file name to clipboardExpand all lines: docs/en/guides/00-overview/index.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,22 @@ slug: /
5
5
6
6
import DocsOverview from '@site/src/components/DocsOverview'
7
7
import Speaker from '@site/src/components/Speaker'
8
+
import LanguageDocs from '@site/src/components/LanguageDocs';
8
9
9
-
Welcome to the Databend (pronounced as /ˈdeɪtəˌbɛnd/)<Speaker /> documentation. Databend is an affordable, Snowflake-like cloud data warehouse. You can choose to self-host Databend as a completely free and open-source solution, or opt for the convenience of getting started right away with Databend Cloud.
10
+
Welcome to the Databend (pronounced as /ˈdeɪtəˌbɛnd/)<Speaker /> documentation.
Databend is an open-source, serverless, cloud-native data lakehouse built on object storage with a decoupled storage and compute architecture. It delivers exceptional performance and rapid elasticity, aiming to be the open-source alternative to Snowflake.
Copy file name to clipboardExpand all lines: docs/en/guides/20-cloud/00-new-account.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: Getting Started
7
7
import StepsWrap from '@site/src/components/StepsWrap';
8
8
import StepContent from '@site/src/components/Steps/step-content';
9
9
10
-
This topic outlines the steps for applying for beta access and signing up for a Databend Cloud account.
10
+
Databend Cloud is a SaaS-based service powered by the Databend Enterprise Edition core engine, offered to users through a public cloud platform. It requires no maintenance or installation; users can simply register an account and start using the service.
11
11
12
12
:::tip
13
13
Databend Cloud fully supports various popular browsers, including Chrome, Microsoft Edge, Firefox, Opera, and Safari.
@@ -55,11 +55,14 @@ Please note that this step is visible only to users who sign up for their organi
0 commit comments