MySQL Forums
Forum List  »  Newbie

Re: Recurring job orders timeing out after about 32 seconds
Posted by: Rick James
Date: April 15, 2014 04:44PM

You may be missing some indexes; please provide
SHOW CREATE TABLE customers
SHOW CREATE TABLE job_orders
SHOW CREATE TABLE contacts

What are the values of variables
SHOW VARIABLES LIKE 'autocommit';
SHOW VARIABLES LIKE 'inndb%';
SHOW VARIABLES LIKE 'sync%';

Options: ReplyQuote




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.