Jump to content

Issues with Table Locks


jeger003

Recommended Posts

Table Locks makes no sense to me. I read through the mysql doc but its been no help.

 

I have multiple tables locking and other queries time out because of it.

 

From my understanding:

MySQL locks a table on any transaction whether its doing SELECT,UPDATE,INSERT etc.

 

MySQL will not release the lock until either the connection has disconnected or it has completed the transaction.

 

if thats the case then when is a row locked? How can I prevent table locks?

 

my server does 90% UPDATE INSERT 10% SELECT, JOINS etc

 

please dumb it down for me.

Link to comment
https://forums.phpfreaks.com/topic/274780-issues-with-table-locks/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.