Skip to content

Commit c87698a

Browse files
committed
feat(dwh): update
1 parent 8054f3d commit c87698a

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

pages/data-warehouse/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515

1616
## Autoscaling
1717

18-
Autoscaling refers to the ability of a Data Warehouse for ClickHouse® to automatically adjust the number of instances without manual intervention.
18+
Autoscaling refers to the ability of a Data Warehouse for ClickHouse® deployment to automatically adjust the number of instances without manual intervention.
1919
Scaling mechanisms ensure that resources are provisioned dynamically to handle incoming requests efficiently while minimizing idle capacity and cost.
2020

2121
## Bottomless storage
@@ -58,7 +58,7 @@ ClickHouse® employs various indexing techniques, such as primary key and skip i
5858

5959
## Node
6060

61-
In the context of a distributed Data Warehouse for ClickHouse® cluster, a node refers to an individual instance that stores and processes a portion of the data. Each node participates in data distribution, query execution, and replication to ensure balanced load, fault tolerance, and high availability. Nodes communicate with each other to coordinate tasks, execute queries in parallel, and maintain synchronized data replicas. They are configured with specific settings to define their roles and manage resources, allowing the cluster to scale and perform efficiently.
61+
In the context of a distributed Data Warehouse for ClickHouse® cluster (also called "deployment"), a node refers to an individual instance that stores and processes a portion of the data. Each node participates in data distribution, query execution, and replication to ensure balanced load, fault tolerance, and high availability. Nodes communicate with each other to coordinate tasks, execute queries in parallel, and maintain synchronized data replicas. They are configured with specific settings to define their roles and manage resources, allowing the cluster to scale and perform efficiently.
6262

6363
## Replica set
6464

pages/data-warehouse/how-to/connect-bi-tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/me
110110

111111
## PowerBI
112112

113-
Power BI Desktop is a robust data visualization tool that allows users to create dynamic reports and dashboards from various data sources. Before connecting your Data Warehouse for ClickHouse® deployment, make sure you have downloaded and installed [Power BI Desktop](https://www.microsoft.com/en-us/download/details.aspx?id=58494).
113+
Power BI Desktop is a robust data visualization tool that allows users to create dynamic reports and dashboards from various data sources.
114114

115115
Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/powerbi) and [PowerBI](https://learn.microsoft.com/en-us/power-query/connectors/clickhouse) documentation portals for more information.

pages/data-warehouse/how-to/create-deployment.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ A Data Warehouse is a centralized repository designed to store, manage, and anal
3232
4. Choose an autoscaling configuration:
3333
- **Presets**: select one of several pre-configured deployments adapted to the most common use cases.
3434
- **Custom**: manually enter the vCPU autoscaling minimum and maximum values, and the number of nodes for your deployment.
35-
<Message type="note">
36-
You can update the autoscaling configuration of your deployment at any time after its creation.
37-
</Message>
3835

3936
5. Enter a name for your deployment, or keep the automatically generated one.
4037

pages/data-warehouse/how-to/manage-delete-deployment.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ This page explains how to manage and delete your Data Warehouse deployment.
3131
3. Click the **Settings** tab.
3232

3333
4. From this view, you can:
34-
35-
- [Edit the autoscaling configuration](/data-warehouse/how-to/edit-autoscaling/) of your deployment.
36-
- Add, consult, or delete tags for your deployment.
37-
- [Delete your Data Warehouse deployment](#how-to-delete-a-data-warehouse).
34+
- [Edit the autoscaling configuration](/data-warehouse/how-to/edit-autoscaling/) of your deployment.
35+
- Add, consult, or delete tags for your deployment.
36+
- [Delete your Data Warehouse deployment](#how-to-delete-a-data-warehouse).
3837

3938
<Message type="note">
4039
Once you have created a Data Warehouse deployment, you cannot edit certain parameters, such as the node type or its computing resources. You must [create a new Data Warehouse deployment](/data-warehouse/how-to/create-depoyment/) instead.

pages/data-warehouse/quickstart.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Data Warehouse for ClickHouse® is a centralized repository to store large sets
3030
3. Select the **region** in which to create your deployment.
3131

3232
4. Select the **For basic developments** preset.
33-
<Message type="note">
34-
You can update the autoscaling configuration of your deployment at any time after its creation.
35-
</Message>
3633

3734
5. Enter a name for your deployment, or keep the automatically generated one.
3835

@@ -181,13 +178,17 @@ To perform more in-depth tests with larger data sets, refer to our [dedicated do
181178

182179
## How to manage your deployment
183180

184-
1. From the Data Warehouse for ClickHouse® deployments page, click the name of the deployment you want to manage. The overview tab of the deployment displays. From this view, you can see the configuration of your deployment.
185-
186-
2. Click the **Settings** tab. From this view, you can:
181+
1. From the Data Warehouse for ClickHouse® deployments page, click the name of the deployment you want to manage. The overview tab of the deployment displays. From this view, you can:
187182

183+
- See the configuration of your deployment
188184
- Access the ClickHouse® HTTP console
189185
- Connect to your deployment using frameworks
190186
- Connect your deployment to your preferred BI tools
187+
188+
2. Click the **Settings** tab. From this view, you can:
189+
190+
- [Edit the autoscaling configuration](/data-warehouse/how-to/edit-autoscaling/) of your deployment
191+
- Add tags to your deployment for organization purposes.
191192
- [Delete your Data Warehouse deployment](/data-warehouse/how-to/manage-delete-deployment/#how-to-delete-a-data-warehouse).
192193

193194
3. Click the **Databases** tab. From this view you can:

0 commit comments

Comments
 (0)