The unified pool cannot schedule kv_scan, raw_scan and analyze requests well #9188
Labels
component/performance
Component: Performance
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
What version of TiKV are you using?
TiKV 4.0 or master
Steps to reproduce
Set TiKV to use the unified thread pool for both storage and coprocessor. Run a TP workload. Then, run large kv_scan requests.
What did you expect?
The unified thread pool should let the kv_scan request not affect TP workload.
What did happened?
It affects the performance of the TP workload now. Even if the priority of kv_scan is set to low, it can still affect TP performance.
The text was updated successfully, but these errors were encountered: