MySQL Forums
Forum List  »  Optimizer & Parser

Re: Make this faster?
Posted by: Levi Tedder
Date: January 04, 2007 11:51AM

Like this?

id, select_type, table, type, possible_keys, key, key_len, ref, rows, Extra
1, 'SIMPLE', 'files', 'index', '', 'date', '8', '', 853876, 'Using index; Using temporary; Using filesort'
1, 'SIMPLE', 'filesystem', 'ref', 'md5_key', 'md5_key', '52', 'db.files.md5_key', 1, ''

Thanks
Levi

Options: ReplyQuote


Subject
Views
Written By
Posted
3737
January 04, 2007 07:38AM
2269
January 04, 2007 10:21AM
Re: Make this faster?
2226
January 04, 2007 11:51AM
2336
January 04, 2007 03:34PM
2310
January 05, 2007 02:40AM
2231
January 05, 2007 05:07AM
2229
January 05, 2007 06:55AM
2263
January 05, 2007 08:31AM
2278
January 05, 2007 08:33AM
2445
January 05, 2007 08:45AM
2245
January 05, 2007 08:31AM
2286
January 05, 2007 08:45AM
2370
January 05, 2007 03:11PM
2267
January 08, 2007 02:44AM
2204
January 08, 2007 04:28AM
2247
January 08, 2007 04:41AM


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.