MySQL Forums
Forum List  »  Newbie

Re: How long does a query take?
Posted by: Rick James
Date: June 17, 2010 10:51PM

SHOW CREATE TABLE
Maybe some of the indexes can be removed.
Maybe you can presort the data to help.

SHOW VARIABLES LIKE 'innodb_buffer_pool_size';
That is used for caching; it should be about 70% of _available_ RAM.

Again, that link may be mostly for MyISAM.

Options: ReplyQuote


Subject
Written By
Posted
Re: How long does a query take?
June 17, 2010 10:51PM


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.