Skip to content

The example given by group commit JDBC is incorrect #1285

@xqg1316

Description

@xqg1316

chained address: https://doris.apache.org/zh-CN/docs/data-operate/import/import-way/group-commit-manual/

错误内容: 通过 JDBC url 设置,增加sessionVariables=group_commit=async_mode
url = jdbc:mysql://127.0.0.1:9030/db?useServerPrepStmts=true&sessionVariables=group_commit=async_mode

正确的写法

通过 JDBC url 设置,增加session变量 group_commit=async_mode

url = jdbc:mysql://127.0.0.1:9030/db?useServerPrepStmts=true&group_commit=async_mode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions