MySQL Forums
Forum List  »  MyISAM

Re: slow query / table lock
Posted by: Rick James
Date: June 13, 2016 01:55AM

Switching to InnoDB gets rid of the table locks of MyISAM. Changing the transaction isolation mode may not be required.

Summary tables would avoid the problem by incrementally building a 'summary' table. Then the query could run much faster against that, instead of hogging the big table.

Options: ReplyQuote


Subject
Views
Written By
Posted
18690
June 06, 2016 01:55AM
1479
June 06, 2016 02:06AM
Re: slow query / table lock
1746
June 13, 2016 01:55AM
1375
June 13, 2016 01:57AM


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.