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
8202
December 07, 2006 10:30AM
9583
September 23, 2005 01:56AM
4848
October 05, 2005 04:58AM
6043
October 05, 2005 11:49PM
5322
October 06, 2005 01:34AM
6619
October 06, 2005 04:57PM
6435
January 21, 2008 10:14AM
5790
January 21, 2008 10:53AM
Re: Is there a solution to this?
5248
May 19, 2008 09:41AM
5462
February 05, 2008 10:27AM
6008
March 12, 2008 08:37AM
6067
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.