MySQL Forums
Forum List  »  Performance

Re: Locked queries
Posted by: Peter Brawley
Date: September 29, 2016 09:39AM

MySQL version? RAM?

Have you worked through suggestions in https://www.percona.com/blog/2013/09/20/innodb-performance-optimization-basics-updated/ (or similar) ? If so and the problem persists ...

Are these updates Update commands? Load Data? Batched? In transaction blocks? Is the table referenced by foreign keys?

Let's see results of ...

Show Create Table radacct;
show table status like 'radacct';
show variables like '%innodb%';

Options: ReplyQuote


Subject
Views
Written By
Posted
2137
September 28, 2016 06:31PM
Re: Locked queries
975
September 29, 2016 09:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.