MySQL Forums
Forum List  »  Optimizer & Parser

Re: MIN on an indexed field too slow
Posted by: Apachez
Date: March 02, 2006 03:28PM

Hmm innodb, I know that innodb has issues with for example count(*) due to the transactional mode innodb runs in.

Try (as debugging) to fill a myisam table with your data and same index etc and see if it still will take long time (or process 189k rows) to find out the MIN() ?

Options: ReplyQuote


Subject
Views
Written By
Posted
4165
March 01, 2006 01:58PM
2299
March 01, 2006 03:25PM
2158
March 01, 2006 05:19PM
Re: MIN on an indexed field too slow
1979
March 02, 2006 03:28PM


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.