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
When the tidb_slow_query.log and tidb.log files more than 1000, query CLUSTER_SLOW_QUERY and CLUSTER_LOG will be very slow. This issue uses to optimize the performance in this scenario.
Development Task
When the
tidb_slow_query.logandtidb.logfiles more than 1000, queryCLUSTER_SLOW_QUERYandCLUSTER_LOGwill be very slow. This issue uses to optimize the performance in this scenario.Bugfix:
SLOW_QUERYas soon as possible. *: fix cancel query slow_query doesn't release resource and tiny optimize #21456.Performance optimization:
order by time descwhen there are many slow-log files optimize query cluster_slow_query when there are many slow-log files. #20236