MySQL Forums
Forum List  »  Optimizer & Parser

Re: Make this faster?
Posted by: Felix Geerinckx
Date: January 05, 2007 06:55AM

Björn Steinbrink Wrote:

> If that still isn't fast enough,

It would also help a bit in my opinion to keep the size of the columns as small as possible, e.g.

CHAR(32) instead of VARCHAR(50) for the md5 key

The original WHERE clause states "deletes = '1'", yet deletes is declared as VARCHAR(255)

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Views
Written By
Posted
4127
January 04, 2007 07:38AM
2459
January 04, 2007 10:21AM
2431
January 04, 2007 11:51AM
2552
January 04, 2007 03:34PM
2532
January 05, 2007 02:40AM
2456
January 05, 2007 05:07AM
Re: Make this faster?
2471
January 05, 2007 06:55AM
2531
January 05, 2007 08:31AM
2450
January 05, 2007 08:33AM
2711
January 05, 2007 08:45AM
2453
January 05, 2007 08:31AM
2527
January 05, 2007 08:45AM
2565
January 05, 2007 03:11PM
2473
January 08, 2007 02:44AM
2402
January 08, 2007 04:28AM
2473
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.