MySQL Forums
Forum List  »  InnoDB

Re: Woocommerce my.cnf phpmysql
Posted by: Peter Brawley
Date: February 06, 2018 03:55PM

A small db, not very heavy use, but there are too many queries requiring table scans, they'll be slow; turn on the slow query log to find them, run Explain on them, optimise them to get them using indexes.

You could bump innodb_buffer_pool_size up to 4GB.

Is bulk import into MyISAM tables? There are signs of read and write MyISAM bottlenecks, try increasing key_buffer_size.

What is the result of ...

free -m

... from the OS terminal prompt?

Options: ReplyQuote


Subject
Views
Written By
Posted
1441
February 05, 2018 04:24PM
729
February 06, 2018 11:35AM
791
February 06, 2018 01:53PM
Re: Woocommerce my.cnf phpmysql
706
February 06, 2018 03:55PM
666
February 06, 2018 04:28PM
570
February 06, 2018 08:15PM


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.