You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think tidb-bench can limit the txn batch size when preparing data. And the configuration can be retrieved from the connected TiDB instance from cluster_config virtual table.
See: https://asktug.com/t/topic/68676/2
I think tidb-bench can limit the txn batch size when preparing data. And the configuration can be retrieved from the connected TiDB instance from
cluster_configvirtual table.