MySQL Forums
Forum List  »  Performance

Re: MySQL server configuration for a 8 cpu+20gb RAM server
Posted by: Rick James
Date: July 27, 2010 09:06AM

Consider FULLTEXT instead of LIKE. Would you like to explain your use case and 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 ]

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL server configuration for a 8 cpu+20gb RAM server
2218
July 27, 2010 09:06AM


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.