A
A
Alexey Alyushenko2016-04-22 07:20:25
MySQL
Alexey Alyushenko, 2016-04-22 07:20:25

How can I find out which queries are causing these errors?

Hello, how can I find out what requests are causing such errors?
I understand only why there is an error with blocking rows Innodb, tk. I have 750,000 visits per day with several updates on the same line (about 3M line updates) how can this be optimized? Will changing this table to myisam help?
583a828b6e.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander N++, 2016-04-22
@sanchezzzhak

for several updates on the same line (about 3M line updates) how can this be optimized?

Find it first, by profiling the application, or at least look at show full processlist and optimize slow queries.
Not

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question