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
2503
September 30, 2005 12:37PM
1449
September 30, 2005 02:20PM
1743
September 30, 2005 04:35PM
1426
September 30, 2005 07:55PM
1649
October 08, 2005 05:01AM
Re: Slow connection, urgent!
1504
October 08, 2005 05:47AM
1662
October 08, 2005 06:22AM
1435
October 11, 2005 09:45AM
1459
October 13, 2005 09:35AM
1409
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.