MySQL Forums
Forum List  »  Performance

Re: Performance Tuning
Posted by: Rick James
Date: January 28, 2014 06:39PM

There are many things that may need to be changed; please be more specific...
Please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]
How much RAM do you have?

Options: ReplyQuote


Subject
Views
Written By
Posted
1422
January 27, 2014 04:46PM
Re: Performance Tuning
725
January 28, 2014 06:39PM


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.