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

    (@ajay)

    The recreate index usually happens automatically and is handled internally by mySQL when the posts table changes. So, if you’ve created a new post, then this takes care.

    On the posts update and deleting posts, you do have the issue of the index not be recreated instantly which is why the recreate index is for.

    I’ve never considering a cron to do this, but do you notice a big issue with the index updating? If so, I am happy to put this on a feature to add into the plugin.

Viewing 1 replies (of 1 total)

The topic ‘Recreate index’ is closed to new replies.