MySQL Forums
Forum List  »  Performance

Re: performance on select query
Posted by: Daniel Nichter
Date: May 28, 2005 11:42AM

The first and second lines of that EXPLAIN output are formatted incorrectly; makes it difficult to understand. And which query is that EXPLAIN for?

Even doing a blank "search," with ORDER BY and LIMIT if there's an index on tbl1 as (lname, fname) MySQL should be able to use that index. What indexes are currently on tbl1?

Options: ReplyQuote


Subject
Views
Written By
Posted
2404
May 27, 2005 10:35AM
1445
May 27, 2005 02:18PM
Re: performance on select query
1545
May 28, 2005 11:42AM
1453
May 29, 2005 06:48PM


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.