MySQL Forums
Forum List  »  InnoDB

Re: Lock wait timeout exceeded; try restarting transaction error - do I need a different index?
Posted by: Shaun Thomson
Date: February 24, 2018 05:30AM

Hi Peter

Thank you for your response.

I'll write a query to test the non-constructor version, but in the meantime, the EXPLAIN for the current query is:

id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE myTable ALL NULL NULL NULL NULL 51017825 Using where

(sorry - not sure how to get the tabs to space the columns out correctly)

The MYSQL version is 5.6.37

The innodb_buffer_pool_size = 134217728

RAM = 8gb

Cheers

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Lock wait timeout exceeded; try restarting transaction error - do I need a different index?
2887
February 24, 2018 05:30AM


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.