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
8283
December 07, 2006 10:30AM
9660
September 23, 2005 01:56AM
4925
October 05, 2005 04:58AM
6132
October 05, 2005 11:49PM
5390
October 06, 2005 01:34AM
6704
October 06, 2005 04:57PM
6530
January 21, 2008 10:14AM
5869
January 21, 2008 10:53AM
Re: Is there a solution to this?
5331
May 19, 2008 09:41AM
5542
February 05, 2008 10:27AM
6085
March 12, 2008 08:37AM
6142
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.