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
import IndexOverviewList from '@site/src/components/IndexOverviewList';
6
6
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
8
8
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
11
10
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.
- 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).
104
104
- 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
122
122
123
123
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.
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.
0 commit comments