Skip to content

在执行大批量的dml操作时,有没有办法限制审核阶段的qps? #711

@jiang-hao-01

Description

@jiang-hao-01

比如我在用goinception执行好多条这样的操作时:
...
update jh_tb set col1="jh6" where id =399983;
update jh_tb set col1="jh6" where id =399984;
update jh_tb set col1="jh6" where id =399985;
update jh_tb set col1="jh6" where id =399986;
update jh_tb set col1="jh6" where id =399987;
update jh_tb set col1="jh6" where id =399988;
update jh_tb set col1="jh6" where id =399989;
...

审核阶段的com_update的qps能到5k多,有没有办法能限制这个qps?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions