MySQL Forums
Forum List  »  Optimizer & Parser

Re: is index have expired time?
Posted by: KimSeong Loh
Date: May 09, 2008 05:01PM

You have >= , so if the value you use is bigger then index is more efficient, if the value is small, then a table scan could be faster, sequntial read instead of random read from the disk.

Options: ReplyQuote


Subject
Views
Written By
Posted
3721
May 05, 2008 11:19AM
Re: is index have expired time?
2286
May 09, 2008 05:01PM


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.