Does a MySQL MyISAM table gets locked when records are deleted from it?
MySQL MyISAM table locking
MyISAM tables supports table level locking, and yes, a write lock is employed when deleting (or insert & updating) records.
For more info, see Internal Locking Methods
© 2022 - 2024 — McMap. All rights reserved.