MySQL Forums
Forum List  »  Performance

Re: Selects are slow when blob field?
Posted by: Joseph Bajin
Date: November 23, 2004 09:51AM

Well the first question that should be asked is if you have any indexes on your table. That would really speed up your query. You might want to look into that.

The reason you are seeing the speed change when you rerun the query is because the result-set is still stored in cache. If you change the query, that data is not in cache so it has to go back to the db for it.


Joseph

Options: ReplyQuote


Subject
Views
Written By
Posted
5767
November 23, 2004 09:37AM
Re: Selects are slow when blob field?
4173
November 23, 2004 09:51AM
3540
November 23, 2004 11:17AM
3674
November 23, 2004 05:29PM
3688
November 24, 2004 08:20AM
3829
November 24, 2004 05:05PM
3470
November 26, 2004 10:00AM
7934
November 26, 2004 10: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.