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
8269
December 07, 2006 10:30AM
9648
September 23, 2005 01:56AM
4908
October 05, 2005 04:58AM
6115
October 05, 2005 11:49PM
5377
October 06, 2005 01:34AM
6691
October 06, 2005 04:57PM
6513
January 21, 2008 10:14AM
5854
January 21, 2008 10:53AM
Re: Is there a solution to this?
5315
May 19, 2008 09:41AM
5527
February 05, 2008 10:27AM
6069
March 12, 2008 08:37AM
6127
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.