CPU高的store 查到 很多跟这个表相关的 。
SELECT count(), r.db_name, r.table_name, r.type FROM information_schema.tidb_hot_regions r JOIN information_schema.TIKV_REGION_PEERS p ON r.REGION_ID = p.REGION_ID WHERE p.store_id IN (10) GROUP BY r.db_name, r.table_name, r.type ORDER BY count() DESC LIMIT 20;