Skip to content

Commit 5f4bcbf

Browse files
authored
guides databend self-hosted (#2276)
1 parent 25c3833 commit 5f4bcbf

File tree

3 files changed

+33
-11
lines changed

3 files changed

+33
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"label": "Self-Hosted Databend"
2+
"label": "Databend Self-Hosted"
33
}

docs/en/guides/10-deploy/index.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,36 @@
11
---
2-
title: Self-Hosted Databend
2+
title: Databend Self-Hosted
33
---
44

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

7-
These guides provide detailed instructions for deploying and upgrading Databend, catering to both the [Databend Community Edition](../00-products/00-dce.md) and [Databend Enterprise Edition](../00-products/01-dee/index.md).
7+
# Databend Self-Hosted
88

9-
:::tip try out databend cloud
10-
Say goodbye to deployment and upgrade hassles – Databend Cloud manages these intricacies for you, freeing up your focus for what truly matters. Ready to experience the ease? [Sign up here](https://www.databend.com/apply/?r=doc-card).
9+
## Open-Source Performance, Your Infrastructure
1110

11+
Deploy and manage Databend — an open-source, high-performance cloud data warehouse built with Rust — on your own infrastructure with complete flexibility. Experience exceptional performance and efficiency while retaining full control over your environment and data security.
12+
13+
Available as [Community Edition](../00-products/00-dce.md) or [Enterprise Edition](../00-products/01-dee/index.md).
14+
15+
## Key Benefits
16+
17+
| Benefit | Description |
18+
|---------|-------------|
19+
| **Data Security** | Complete control over your data within your own security perimeter |
20+
| **Infrastructure Control** | Deploy on your preferred hardware optimized for your workloads |
21+
| **Customization** | Fine-tune configuration to match your performance requirements |
22+
| **Flexible Deployment** | Support for bare metal, VMs, and Kubernetes |
23+
| **Cost Efficiency** | Leverage existing infrastructure and optimize resource allocation |
24+
25+
{/* LANG_REPLACE:
26+
type=link
27+
en=https://www.databend.com/apply/?r=doc-card
28+
cn=https://www.databend.cn/apply/?r=doc-card
29+
*/}
30+
:::tip Try Databend Cloud
31+
Prefer a zero-maintenance option? Databend Cloud manages all deployment and upgrade complexities for you. [Sign up here](https://www.databend.com/apply/?r=doc-card) to experience the ease of a fully-managed service.
1232
:::
1333

34+
## Quick Navigation
35+
1436
<IndexOverviewList />

docs/en/guides/20-cloud/10-using-databend-cloud/01-warehouses.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Warehouse access control is _not_ enabled out of the box. To enable it, go to **
9898

9999
To assign a role to a warehouse, select the desired role in the **Advanced Options** during the warehouse creation or modification process:
100100

101-
![alt text](../../../../../static/img/documents/warehouses/warehouse-role.png)
101+
![alt text](@site/static/img/documents/warehouses/warehouse-role.png)
102102

103103
- The two [Built-in Roles](../../56-security/access-control/02-roles.md#built-in-roles) are available for selection, and you can also create additional roles using the [CREATE ROLE](/sql/sql-commands/ddl/user/user-create-role) command. For more information about Databend roles, see [Roles](../../56-security/access-control/02-roles.md).
104104
- Warehouses without an assigned role default to the `public` role, allowing access to all users.
@@ -122,13 +122,13 @@ By default, a warehouse consists of a single cluster of compute resources, which
122122

123123
When the number of concurrent queries exceeds the capacity of your warehouse, an additional cluster is added to handle the extra load. If the demand continues to grow, more clusters are added one by one. As query demand decreases, clusters with no activity for longer than the **Auto Suspend** duration are automatically shut down.
124124

125-
![alt text](../../../../../static/img/cloud/multi-cluster-how-it-works.png)
125+
![alt text](@site/static/img/cloud/multi-cluster-how-it-works.png)
126126

127127
### Enabling Multi-Cluster
128128

129129
You can enable Multi-Cluster for a warehouse when you create it and set the maximum number of clusters that the warehouse can scale up to. Please note that if Multi-Cluster is enabled for a warehouse, the **Auto Suspend** duration must be set to at least 15 minutes.
130130

131-
![alt text](../../../../../static/img/cloud/multi-cluster.png)
131+
![alt text](@site/static/img/cloud/multi-cluster.png)
132132

133133
### Cost Calculation
134134

@@ -171,10 +171,10 @@ To obtain the connection information for a warehouse:
171171

172172
{/* LANG_REPLACE:
173173
type=image
174-
en=../../../../../static/img/documents/warehouses/databend_cloud_dsn.gif
175-
cn=../../../../../static/img/documents_cn/warehouses/databend_cloud_dsn.gif
174+
en=@site/static/img/documents/warehouses/databend_cloud_dsn.gif
175+
cn=@site/static/img/documents_cn/warehouses/databend_cloud_dsn.gif
176176
*/}
177-
![alt text](../../../../../static/img/documents/warehouses/databend_cloud_dsn.gif)
177+
![alt text](@site/static/img/documents/warehouses/databend_cloud_dsn.gif)
178178

179179
### Connection String Format
180180

0 commit comments

Comments
 (0)