tencent cloud

TencentDB for MySQL

Tutorial do usuário
Introdução do produto
Visão geral
Vantagens
Casos de uso
Política de isolamento de recursos
Instância de banco de dados
Guia de aquisição
Visão geral do faturamento
Métodos de aquisição
Pagamento em atraso
Reembolso
Taxa de ajuste de instância
Faturamento do espaço de backup
Guia de operação
Limites de uso
Visão geral da operação
Gerenciamento e manutenção de instâncias
Upgrade da versão
Expansão de instância
Proxy de banco de dados
Gerenciamento de conta
Configuração dos parâmetros
Backup e reversão
Migrasi data
Rede e segurança
Monitoramento e alarmes
Centro de logs
Tag
White paper
White paper sobre a segurança
Service Agreement
Service Level Agreement
Terms of Service
DocumentaçãoTencentDB for MySQL

Controlling Data Loading Speed

Modo Foco
Tamanho da Fonte
Última atualização: 2025-05-09 11:51:21

Overview

During full data loading, a certain amount of resource consumption will be imposed on the primary instance of TencentDB for MySQL, especially when you perform one-time loading on instances with large data volumes. For instances with limited resources, this operation may affect the performance and stability of the primary instance to some extent. You can use the following methods to control the impact on the primary instance of TencentDB for MySQL during the data loading process and reduce resource consumption on the source side. However, these operations may reduce the efficiency of converting row-based data to columnar storage. Therefore, make adjustments based on your actual business needs.

Prerequisites

You have prepared a TencentDB for MySQL instance. See Creating a MySQL Instance.
The instance is running.

Controlling Data Loading Speed

Adjust the number of concurrent data reads for a single table in the scenario of full data loading.
Modify the replication_dumper_select_parallel parameter through the feature of adjusting parameters. This parameter indicates the concurrency for simultaneous data reads from the same object. A larger value allows for a broader range of data reads from the table. In scenarios with sufficient resources, this can improve the loading efficiency. If resources are insufficient, it is recommended to set this value smaller. See Setting Instance Parameters for operation details.
Adjust the number of rows read from a single table in the scenario of full data loading.
Modify the replication_dumper_chunk_size parameter through the feature of adjusting parameters. This parameter indicates the number of data rows read in a single operation for the same object. A larger value allows for more data reads each time. In scenarios with sufficient resources, this can improve the loading efficiency. If resources are insufficient, it is recommended to set this value smaller. See Setting Instance Parameters for operation details.
Adjust the total number of concurrent data reads in the scenario of full data loading.
Modify the replication_dumper_table_parallel parameter through the feature of adjusting parameters. This parameter indicates the number of tables from which data can be read simultaneously. A larger value allows more tables to be read simultaneously. In scenarios with sufficient resources, this can improve the loading efficiency. See Setting Instance Parameters for operation details.

Ajuda e Suporte

Esta página foi útil?

comentários