Estos contenidos se han traducido de forma automática para su comodidad, pero Huawei Cloud no garantiza la exactitud de estos. Para consultar los contenidos originales, acceda a la versión en inglés.
Centro de ayuda/ TaurusDB/ Guía del usuario/ Análisis de HTAP (edición estándar)/ Conexión a una instancia HTAP para consultas OLAP complejas
Actualización más reciente 2025-08-07 GMT+08:00

Conexión a una instancia HTAP para consultas OLAP complejas

Puede permitir que una aplicación se conecte directamente a una instancia HTAP para habilitar consultas OLAP complejas.

Prerequisites

  • Parameters have been configured for a TaurusDB instance according to the following table.
    Tabla 1 Parameter description

    Parameter

    Value

    How to Modify

    default_authentication_plugin

    mysql_native_password

    Modifying Parameters of a DB Instance

    binlog_expire_logs_seconds

    86400

    NOTA:

    It is recommended that the binlog retention period be greater than one day. 86,400s = 60 (seconds) x 60 (minutes) x 24 (hours). This prevents incremental replication failures caused by a short binlog retention period.

    Modifying Parameters of a DB Instance

    log_bin

    NOTA:

    To use this parameter, ensure that the TaurusDB kernel version is earlier than 2.0.45.230900.

    ON

    How Do I Enable and View Binlog of My TaurusDB Instance?

    rds_global_sql_log_bin

    NOTA:

    To use this parameter, ensure that the TaurusDB kernel version is 2.0.45.230900 or later.

    ON

    How Do I Enable and View Binlog of My TaurusDB Instance?

    binlog_format

    ROW

    Run the SHOW VARIABLES; command to check the parameter value. If you need to change the parameter value, contact customer service.

    binlog_row_image

    FULL

    Run the SHOW VARIABLES; command to check the parameter value. If you need to change the parameter value, contact customer service.

    log_bin_use_v1_row_events

    OFF

    Run the SHOW VARIABLES; command to check the parameter value. If you need to change the parameter value, contact customer service.

  • Databases and tables have been created for the TaurusDB instance.

Procedimiento