如題。
多執行緒單表操作。多個執行緒在通過load infile插入資料
一個執行緒統計數量 select count(1) from table;
用mysql命令show processlist顯示 select count(1) from table;一直處于sending data狀態有時候長達2000+秒3000+秒,load infile處于執行狀態。
怎么樣才能讓統計執行 select count(1) from table;
uj5u.com熱心網友回復:
load data占用資源太多 select不出來很正常轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/113866.html
標籤:MySQL
