Data resharding in a Managed Service for ClickHouse® cluster
With Data Transfer, you can migrate your database from a Managed Service for ClickHouse® sharded source cluster to a Managed Service for ClickHouse® target cluster with a different shard configuration.
This method allows you to redistribute the sharded table data across the new ClickHouse® cluster shard configuration.
Migrate data with redistribution by shards
-
Prepare the infrastructure:
ManuallyTerraform-
Create a Managed Service for ClickHouse® target cluster with the computing capacity and storage size appropriate for the environment where the copied database is deployed.
The database name in the target cluster must be the same as the source database name.
-
Add the required number of shards to the Managed Service for ClickHouse® target cluster.
-
-
Database type:
ClickHouse
-
Endpoint parameters → Connection settings:
Managed cluster
Select a source cluster from the list and specify its connection settings.
-
-
-
Database type:
ClickHouse
-
Endpoint parameters → Connection settings:
Managed cluster
Select a target cluster from the list and specify its connection settings.
-
Endpoint parameters → Sharding settings → Sharding:
Uniform random sharding
-
-
Create a transfer of the Snapshot type that will use the created endpoints.
-
Activate your transfer.
-
If you do not have Terraform yet, install it.
-
Get the authentication credentials. You can add them to environment variables or specify them later in the provider configuration file.
-
Configure and initialize a provider. There is no need to create a provider configuration file manually, you can download it
. -
Place the configuration file in a separate working directory and specify the parameter values. If you did not add the authentication credentials to environment variables, specify them in the configuration file.
-
Download the data-transfer-mch-mch-resharding.tf
configuration file to the same working directory.This file describes:
- Network..
- Subnet..
- Security group and the rule required to connect to a cluster.
- Managed Service for ClickHouse® target cluster with a given number of shards.
- Source endpoint.
- Target endpoint.
- Transfer.
-
In the
data-transfer-mch-mch-resharding.tf
file, specify:-
source_cluster
: Managed Service for ClickHouse® source cluster ID.source_user
andsource_pwd
: Username and password to access the source.source_db_name
: Database name.
-
Target cluster parameters also used as target endpoint parameters:
target_clickhouse_version
: ClickHouse® version.target_user
andtarget_password
: Database owner username and password.
-
-
Make sure the Terraform configuration files are correct using this command:
terraform validate
If there are any errors in the configuration files, Terraform will point them out.
-
Create the required infrastructure:
-
Run the command to view planned changes:
terraform plan
If the resource configuration descriptions are correct, the terminal will display a list of the resources to modify and their parameters. This is a test step. No resources are updated.
-
If you are happy with the planned changes, apply them:
-
Run the command:
terraform apply
-
Confirm the update of resources.
-
Wait for the operation to complete.
-
All the required resources will be created in the specified folder. You can check resource availability and their settings in the management console
.Once created, your transfer will be activated automatically.
-
-
-
Wait for the transfer status to change to Completed.
For more information about transfer statuses, see Transfer lifecycle.
Delete the resources you created
Some resources are not free of charge. To avoid paying for them, delete the resources you no longer need:
- Delete the Managed Service for ClickHouse® target cluster.
- Delete the completed transfer.
- Delete endpoints for both the source and target.
-
In the terminal window, go to the directory containing the infrastructure plan.
-
Delete the
data-transfer-mch-mch-resharding.tf
configuration file. -
Make sure the Terraform configuration files are correct using this command:
terraform validate
If there are any errors in the configuration files, Terraform will point them out.
-
Confirm updating the resources.
-
Run the command to view planned changes:
terraform plan
If the resource configuration descriptions are correct, the terminal will display a list of the resources to modify and their parameters. This is a test step. No resources are updated.
-
If you are happy with the planned changes, apply them:
-
Run the command:
terraform apply
-
Confirm the update of resources.
-
Wait for the operation to complete.
-
All the resources described in the
data-transfer-mch-mch-resharding.tf
configuration file will be deleted. -
ClickHouse® is a registered trademark of ClickHouse, Inc