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
8387
December 07, 2006 10:30AM
9752
September 23, 2005 01:56AM
5005
October 05, 2005 04:58AM
6228
October 05, 2005 11:49PM
5455
October 06, 2005 01:34AM
6796
October 06, 2005 04:57PM
6615
January 21, 2008 10:14AM
5946
January 21, 2008 10:53AM
Re: Is there a solution to this?
5420
May 19, 2008 09:41AM
5615
February 05, 2008 10:27AM
6200
March 12, 2008 08:37AM
6229
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.