MySQL Forums
Forum List  »  Newbie

Re: Solution for slow MySQL database performance
Posted by: Peter Brawley
Date: February 05, 2015 03:56PM

> I have a mysql database of 500.000 records

You mean one table has 500k rows, or all tables in the database have 500k?

If in one table, 500k rows is not large.

For starters, let's see the result of Show Create Table for the database table(s), the slowest queries and results of Explain Extended on them, also the amount of RAM available to MySQL and the innodb_buffer_pool_size setting.

Options: ReplyQuote


Subject
Written By
Posted
Re: Solution for slow MySQL database performance
February 05, 2015 03:56PM


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.