-
-
Notifications
You must be signed in to change notification settings - Fork 578
Open
Description
比如我在用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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels