MySQL Forums
Forum List  »  Performance

Re: Hanging on copying to tmp table
Posted by: Brian Dalby
Date: April 28, 2012 02:00PM

Normally it takes half a second, if no changes are made to the table.
If changes are made and the cache isn't valid, then it takes around 5 seconds.

So this is a stall, it will hang until I kill the threads that are hanging.
Until then, the page using this query will be unreachable.

As you see the query is static, not dynamic, so it should in most cases use the cache.

I will try with the index, and see if it happens again.

Options: ReplyQuote


Subject
Views
Written By
Posted
6962
April 23, 2012 06:55AM
3396
April 24, 2012 10:16AM
2969
April 24, 2012 02:44PM
2285
April 25, 2012 01:08PM
2607
April 25, 2012 08:43PM
2444
April 26, 2012 12:35AM
2794
April 26, 2012 02:17AM
1961
April 27, 2012 07:02AM
2157
April 28, 2012 01:37PM
Re: Hanging on copying to tmp table
2255
April 28, 2012 02:00PM


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.