Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor cageehv

    (@cageehv)

    Hey mrppp,

    The ‘Table does not support optimize, doing recreate + analyze instead’ message is because the format of that table is NOT MyISAM.
    Those tables will be optimized anyways, but using a different method.

    See:
    https://wordpress.org/support/topic/table-does-not-support-optimize?replies=8

    And, no, revisions won’t be seen by search engines.

    Hope this answers your question!

    peace,
    Rolf

    Thread Starter mrppp

    (@mrppp)

    Rolf thanks, i see you say
    “Just change your table types to MyISAM”
    Can that be done regardless of the server, php, mysql etc you are using. I,ll Google see how to do it.
    Also what is “Delete expired transients”

    Plugin Contributor cageehv

    (@cageehv)

    Hey mrppp,

    If you like, you can change your table types to myISAM, by using PHPMyAdmin. It’s just a few clicks per table.

    (Of course it’s smart to make a backup of the database first, just in case… The process itself is quite innocent)

    From the WordPress Codex:

    This page contains the technical documentation of WordPress Transients API, which offers a simple and standardized way of storing cached data in the database temporarily by giving it a custom name and a timeframe after which it will expire and be deleted.

    peace,
    Rolf

    Thread Starter mrppp

    (@mrppp)

    Rolf Thank you very much. Great plugin!!

    Thread Starter mrppp

    (@mrppp)

    Not sure if it is meant to but certainly notice a faster response from pages now.

    Plugin Contributor cageehv

    (@cageehv)

    Hey mrppp,

    That’s exactly why I wrote the plugin 🙂
    To make the site faster and to make backups faster (less data)

    Glad you notice a difference!

    peace,
    Rolf

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘doing recreate’ is closed to new replies.