MySQL Forums
Forum List  »  Performance

Re: Is there a solution to this?
Posted by: Jay Pipes
Date: May 19, 2008 09:41AM

Steve Ryan Wrote:
-------------------------------------------------------
> Note I've also tried converting my tables to
> Innodb - this makes no difference.

Actually, using InnoDB *is* the solution. It is the UPDATE on job_offers that is causing the locks, not the temp table. Could you do a SHOW CREATE TABLE\G for each of the tables in the temp table query?

Thanks,

Jay

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
8302
December 07, 2006 10:30AM
9675
September 23, 2005 01:56AM
4936
October 05, 2005 04:58AM
6146
October 05, 2005 11:49PM
5403
October 06, 2005 01:34AM
6720
October 06, 2005 04:57PM
6543
January 21, 2008 10:14AM
5879
January 21, 2008 10:53AM
Re: Is there a solution to this?
5349
May 19, 2008 09:41AM
5553
February 05, 2008 10:27AM
6097
March 12, 2008 08:37AM
6154
November 14, 2008 12:31AM


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.