MySQL Forums
Forum List  »  Optimizer & Parser

Re: Optimization advise needed
Posted by: Björn Steinbrink
Date: May 18, 2006 01:51AM

There are only 3 rows in the MSN_USER_FRIENDS table, so MySQL won't bother with using an index. Once there is more data in that table, MySQL should start using the index. If it still does a table scan, you may need to use ANALYZE TABLE to update table statistics.

Options: ReplyQuote


Subject
Views
Written By
Posted
2443
May 18, 2006 12:51AM
Re: Optimization advise needed
1770
May 18, 2006 01:51AM
1826
May 18, 2006 12:57PM


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.