Jump to content

MyISAM: "Waiting for table level lock" queries


Recommended Posts

Hi. Revive Adserver slows down database. I see many queries "INSERT INTO rv_data_bkt_m" is status "Waiting for table level lock ". I think the problem is MyISAM . Can I change tables types to InnoDB on the live server?

Edited by Erik Geurts
Corrected product name spelling
Link to comment
Share on other sites

I would recommend using InnoDB, as it will greatly improve the performance of your MySQL queries. Yes, you can change your database tables from MyISAM to InnoDB fairly easy.

Please check hhttps://mariadb.com/kb/en/mariadb/converting-tables-from-myisam-to-innodb/

You may also want to consider using disk cache or Memcache to improve SQL queries.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...