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
feat: introduce QueryCopStoreLimiter to manage TiKV cop request concurrency
- Added QueryCopStoreLimiter to limit the number of in-flight cop requests per TiKV store within a single query.
- Updated DistSQLContext to include QueryCopStoreLimiter.
- Modified Select function to apply the QueryCopStoreLimiter when sending requests to TiKV.
- Enhanced tests to validate the behavior of the new limiter, ensuring it correctly manages concurrent requests.
- Adjusted related variables and configurations to support the new functionality.
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
tk.MustQuery("show warnings").Check(testkit.Rows("Warning 1287 The 'tidb_index_serial_scan_concurrency' variable is deprecated. Sequential scans follow 'tidb_executor_concurrency', and index statistics collection uses 'tidb_analyze_distsql_scan_concurrency'."))
0 commit comments