Skip to content

Commit 27a5b4f

Browse files
committed
feat(dwh): update
1 parent c261553 commit 27a5b4f

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
meta:
3+
title: How to manage databases in your Data Warehouse for ClickHouse® deployment
4+
description: Learn how to manage databases in your Scaleway Data Warehouse for ClickHouse® deployment.
5+
content:
6+
h1: How to manage databases in your Data Warehouse for ClickHouse® deployment
7+
paragraph: Learn how to manage databases in your Scaleway Data Warehouse for ClickHouse® deployment.
8+
tags: manage databases data warehouse clickhouse admin administrator db table create drop delete
9+
dates:
10+
validation: 2025-05-19
11+
posted: 2025-05-19
12+
categories:
13+
- data-warehouse
14+
---
15+
16+
This page explains how to manage databases in your Data Warehouse for ClickHouse® deployment using the [Scaleway console](https://console.scaleway.com/).
17+
18+
<Message type="note">
19+
During the private beta phase, database management can only be done with the **scwadmin** & via the ClickHouse® CLI, MySQL or HTTPS protocols.
20+
</Message>
21+
22+
<Macro id="requirements" />
23+
24+
- A Scaleway account logged into the [console](https://console.scaleway.com)
25+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
26+
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/) and received a confirmation email.
27+
- Created a [Data Warehouse deployment](/data-warehouse/how-to/create-deployment/)
28+
29+
## How to manage databases using the Scaleway console
30+
31+
During the private beta phase, the management of databases in your Data Warehouse for ClickHouse® deployment is limited to viewing databases in your deployment.
32+
33+
## How to manage databases using frameworks
34+
35+
[Connect to your deployment](/data-warehouse/how-to/connect-to-deployment/) using your preferred framework.
36+
<Message type="tip">
37+
You can also connect using the ClickHouse HTTP console from the **Overview** tab of your deployment. Make sure to enter valid credentials in the top-right fields.
38+
</Message>
39+
40+
Once connected, you can run SQL queries to `CREATE/ALTER/DROP` your `DATABASE/TABLE`.
41+
42+
Refer to the official ClickHouse® documentation on [database management](clickhouse.com/docs/starter-guides) for more information.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ This page explains how to manage and delete your Data Warehouse deployment.
3232

3333
4. From this view, you can:
3434

35+
- [Update the autoscaling configuration] of your deployment.
3536
- Add, consult, or delete tags for your deployment.
36-
- [Delete your Data Warehouse deployment](/data-warehouse/how-to/manage-delete-deployment/#how-to-delete-a-data-warehouse).
37+
- [Delete your Data Warehouse deployment](#how-to-delete-a-data-warehouse).
3738

3839
<Message type="note">
3940
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/how-to/manage-users.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ During the private beta phase, the management of users for your Data Warehouse f
3232
- viewing users in your deployment
3333
- changing the password of an existing user
3434

35-
## How to manage users
35+
## How to manage users using frameworks
3636

3737
[Connect to your deployment](/data-warehouse/how-to/connect-to-deployment/) using your preferred framework.
3838
<Message type="tip">

0 commit comments

Comments
 (0)