MySQL Forums
Forum List  »  Performance

Re: Keys ignored for larger tables!?
Posted by: Thomas Wiedmann
Date: April 06, 2011 04:52AM

Let's try some index only access..

Please add this KEY and show EXPLAIN again...
ALTER TABLE arinrange
 ADD KEY idx_start_end_id (ip_start , ip_end , id );


Please show to every table (instead of DESCRIBE)

mysql>SHOW CREATE TABLE arinrange;
..

with kind regards,
Thomas Wiedmann

Options: ReplyQuote


Subject
Views
Written By
Posted
2532
April 06, 2011 04:00AM
Re: Keys ignored for larger tables!?
989
April 06, 2011 04:52AM
1600
April 08, 2011 08:20PM


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.