Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The example given by group commit JDBC is incorrect #1285

Open
xqg1316 opened this issue Nov 5, 2024 · 1 comment
Open

The example given by group commit JDBC is incorrect #1285

xqg1316 opened this issue Nov 5, 2024 · 1 comment

Comments

@xqg1316
Copy link

xqg1316 commented Nov 5, 2024

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
@KassieZ
Copy link
Collaborator

KassieZ commented Nov 5, 2024

Hi, thank you for the feedback, will fix it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants