MySQL Forums
Forum List  »  InnoDB

Re: MySQL 5.5.8 - Configuration Settings Suggestions
Posted by: Aftab Khan
Date: June 30, 2012 06:02AM

Can you please share EXPLAIN outputs? regardless of what EXPLAIN output says did you try to run SQL? What's the execution time of this SQL? and as a whole how long does that SQL takes (as you see in the slow query log)?

And I would like to see how this index would work?

ALTER TABLE unv_p4_rule_rtv_static
ADD KEY `test_2` ( t_eftto, t_eftfrom);

In each please do provide all requested information.



Edited 1 time(s). Last edit at 06/30/2012 06:08AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.5.8 - Configuration Settings Suggestions
1054
June 30, 2012 06:02AM


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.