Can the tables for this be converted to InnoDB and if so how would converting to that affect general performance of the plugin?
I seem to be having database issues related to this plugin.
This table is a MyISAM table - so an update/insert on one row will lock the whole table for reads. If it were InnoDB it would be slightly slower to access, but it would give row level locks on update/insert.
Any help would be appreciated.
|