mysql - what is "Waiting for table level lock"? -


why have many queries when using 'show processlist ' show processlist;

and cpu 600+% used

enter image description here

is there can improve mysql performance? thanks

yes, can change storage engine myisam innodb - myisam knows table level locking (when writes record, blocks whole table), while innodb knows row level locking (it locks row writing to)


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -