Re: Scaling up mysql
Posted by: Rick James
Date: May 02, 2011 09:30AM

There are many issues, 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?

100M records is at the 97th percentile of tables asked about in these forums.

Off hand, it sounds like key_buffer_size is too low:
http://mysql.rjweb.org/doc.php/memory

Are you using "IN BOOLEAN MODE"?

Can you get the ids from MATCH, then JOIN to get the rest of the info?

Options: ReplyQuote


Subject
Written By
Posted
April 29, 2011 12:03PM
Re: Scaling up mysql
May 02, 2011 09:30AM


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.