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
Currently, the tidb_distsql_scan_concurrency variable is used in multiple scenarios, including when performing an analysis. However, this can cause issues as the concurrency level that is optimal for regular operations may not be suitable for analysis tasks, potentially leading to performance degradation.
The text was updated successfully, but these errors were encountered:
Enhancement
Currently, the
tidb_distsql_scan_concurrency
variable is used in multiple scenarios, including when performing an analysis. However, this can cause issues as the concurrency level that is optimal for regular operations may not be suitable for analysis tasks, potentially leading to performance degradation.The text was updated successfully, but these errors were encountered: