MySQL Forums
Forum List  »  Performance

Re: Slow connection, urgent!
Posted by: Nicklas Forsberg
Date: October 08, 2005 05:47AM

Hello again, can it possible be that it doesnt use the indexes
that i have created? Look below, shouldnt it show some sort of
info using EXPLAIN?


Query EXPLAIN SELECT * FROM tbl_members t

id = 1
select_type = SIMPLE
table = t
type = ALL
possible_keys = (null)
key = (null)
key_len = (null)
ref = (null)
rows = 2330
Extra = (null)

Options: ReplyQuote


Subject
Views
Written By
Posted
2494
September 30, 2005 12:37PM
1445
September 30, 2005 02:20PM
1739
September 30, 2005 04:35PM
1422
September 30, 2005 07:55PM
1643
October 08, 2005 05:01AM
Re: Slow connection, urgent!
1498
October 08, 2005 05:47AM
1655
October 08, 2005 06:22AM
1430
October 11, 2005 09:45AM
1451
October 13, 2005 09:35AM
1406
October 16, 2005 10:58AM


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.