• Hello,

    I read that InnoDB storage engine has better performance than MyISAM.

    For example here:
    https://kinsta.com/knowledgebase/convert-myisam-to-innodb/

    I noticed that your plugin use some MyISAM storage engine in database.

    Is it safe to convert these MyISAM database tables to InnoDB?

    Will this help anything with your plugin?

    Or is there any reason why you use some MyISAM database tables?

    Thank you very much,

    David

Viewing 1 replies (of 1 total)
  • Plugin Author EverPress

    (@everpress)

    Hi David!

    We don’t define which engine Mailster uses as this is done by your WP installation. We run dbDelta to create our tables and this is part of WordPress.

    I’m sure you can convert to InnoDB. Just make sure you have a backup first.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Database Storage Engine – Convert MyISAM to InnoDB’ is closed to new replies.