-
Notifications
You must be signed in to change notification settings - Fork 38
feat: add more warehouse size #2969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,6 +27,7 @@ In Databend Cloud, warehouses are available in various sizes, each defined by th | |
| | Medium | Ideal for teams handling more complex queries and higher concurrency. Suitable for larger datasets (around 1TB). | | ||
| | Large | Perfect for organizations running many concurrent queries. Suitable for large datasets (around 5TB). | | ||
| | XLarge | Built for enterprise-scale workloads with high concurrency. Suitable for very large datasets (over 10TB). | | ||
| | nXLarge | n=2,3,4,5,6 [Contace Us](https://www.databend.com/contact-us/) | | ||
| | Multi-Cluster Scaling | Automatically scales out and scales in to match your workload, providing the most cost-efficient way to improve concurrency based on your needs. | | ||
|
|
||
| To choose the appropriate warehouse size, Databend recommends starting with a smaller size. Smaller warehouses may take longer to execute SQL tasks compared to medium or large ones. If you find that query execution is taking too long (for example, several minutes), consider scaling up to a medium or large warehouse for faster results. | ||
|
|
@@ -46,7 +47,7 @@ A suspended warehouse does not consume any credits. You can manually suspend or | |
|
|
||
| You can perform bulk operations on warehouses, including bulk restart, bulk suspend, bulk resume, and bulk delete. To do so, select the warehouses for bulk operations by checking the checkboxes <CheckboxSVG/> in the warehouse list, and then click the ellipse button <EllipsisSVG/> for the desired operation. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| ### Best Practices | ||
|
|
||
|
|
@@ -146,20 +147,20 @@ Databend Cloud supports multiple connection methods to meet your specific needs. | |
|
|
||
| #### SQL Clients & Tools | ||
|
|
||
| | Client | Type | Best For | Key Features | | ||
| |--------|------|----------|------------| | ||
| | **[BendSQL](/guides/sql-clients/bendsql)** | Command Line | Developers, Scripts | Native CLI, Rich formatting, Multiple install options | | ||
| | **[DBeaver](/guides/sql-clients/jdbc)** | GUI Application | Data Analysis, Visual Queries | Built-in driver, Cross-platform, Query builder | | ||
| | Client | Type | Best For | Key Features | | ||
| | ------------------------------------------ | --------------- | ----------------------------- | ----------------------------------------------------- | | ||
| | **[BendSQL](/guides/sql-clients/bendsql)** | Command Line | Developers, Scripts | Native CLI, Rich formatting, Multiple install options | | ||
| | **[DBeaver](/guides/sql-clients/jdbc)** | GUI Application | Data Analysis, Visual Queries | Built-in driver, Cross-platform, Query builder | | ||
|
|
||
| #### Developer Drivers | ||
|
|
||
| | Language | Driver | Use Case | Documentation | | ||
| |----------|--------|----------|---------------| | ||
| | **Go** | Golang Driver | Backend Applications | [Golang Guide](/guides/sql-clients/developers/golang) | | ||
| | **Python** | Python Connector | Data Science, Analytics | [Python Guide](/guides/sql-clients/developers/python) | | ||
| | **Node.js** | JavaScript Driver | Web Applications | [Node.js Guide](/guides/sql-clients/developers/nodejs) | | ||
| | **Java** | JDBC Driver | Enterprise Applications | [JDBC Guide](/guides/sql-clients/developers/jdbc) | | ||
| | **Rust** | Rust Driver | System Programming | [Rust Guide](/guides/sql-clients/developers/rust) | | ||
| | Language | Driver | Use Case | Documentation | | ||
| | ----------- | ----------------- | ----------------------- | ------------------------------------------------------ | | ||
| | **Go** | Golang Driver | Backend Applications | [Golang Guide](/guides/sql-clients/developers/golang) | | ||
| | **Python** | Python Connector | Data Science, Analytics | [Python Guide](/guides/sql-clients/developers/python) | | ||
| | **Node.js** | JavaScript Driver | Web Applications | [Node.js Guide](/guides/sql-clients/developers/nodejs) | | ||
| | **Java** | JDBC Driver | Enterprise Applications | [JDBC Guide](/guides/sql-clients/developers/jdbc) | | ||
| | **Rust** | Rust Driver | System Programming | [Rust Guide](/guides/sql-clients/developers/rust) | | ||
|
|
||
| ### Obtaining Connection Information | ||
|
|
||
|
|
@@ -169,11 +170,11 @@ To obtain the connection information for a warehouse: | |
| 2. Select the database and warehouse you wish to connect to. The connection information will update based on your selection. | ||
| 3. The connection details include a SQL user named `cloudapp` with a randomly generated password. Databend Cloud does not store this password. Be sure to copy and save it securely. If you forget the password, click **Reset** to generate a new one. | ||
|
|
||
| {/* LANG_REPLACE: | ||
| type=image | ||
| en=@site/static/img/documents/warehouses/databend_cloud_dsn.gif | ||
| cn=@site/static/img/documents_cn/warehouses/databend_cloud_dsn.gif | ||
| */} | ||
| {/_ LANG_REPLACE: | ||
| type=image | ||
| en=@site/static/img/documents/warehouses/databend_cloud_dsn.gif | ||
| cn=@site/static/img/documents_cn/warehouses/databend_cloud_dsn.gif | ||
| _/} | ||
|
Comment on lines
+173
to
+177
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|  | ||
|
|
||
| ### Connection String Format | ||
|
|
@@ -185,6 +186,7 @@ databend://<username>:<password>@<tenant>.gw.<region>.default.databend.com:443/< | |
| ``` | ||
|
|
||
| Where: | ||
|
|
||
| - `<username>`: Default is `cloudapp` | ||
| - `<password>`: Click **Reset** to view or change | ||
| - `<tenant>`, `<region>`: Your account information (shown in the connection details) | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The LANG_REPLACE block here was also changed to
{/_ ... _/}, which is not legal MDX/JS and will throw a syntax error during site build, preventing the localized connection image from rendering.Useful? React with 👍 / 👎.