MySQL Forums
Forum List  »  Full-Text Search

Re: full text performance tuning
Posted by: Rick James
Date: May 14, 2012 10:23PM

Spell check: 'hard derive'

Please provide
* EXPLAIN SELECT ...
* SHOW TABLE STATUS (for each table)
* SHOW CREATE TABLE (for the other tables)
* How much RAM do you have?
* SHOW VARIABLES LIKE 'key_buffer%';

Since both of these are INTs, there is not much reason to have both:
PRIMARY KEY (`ID`),
UNIQUE KEY `ind_productid` (`productid`) USING BTREE,

Not likely that this will ever be used:
KEY `inx_isextended` (`isextended`),

How many rows of `product_master` have 'hard derive'?

Options: ReplyQuote


Subject
Views
Written By
Posted
4252
May 12, 2012 04:20AM
Re: full text performance tuning
2359
May 14, 2012 10:23PM


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.