This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Index empty after update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40163
    qwerty389qwerty389
    Participant

    I just updated my plugin using auto-update in your plugin. But suddenly, my index table is empty – https://nimb.ws/RE3cPl

    Is this normal? I need to reindex after each update?

    I spent over 14 hours indexing my table 🙁

    • This topic was modified 3 years, 6 months ago by qwerty389.
    #40197
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    That does not mean the table is empty, it is more likely that the size query timed out. MariaDB/MySQL has a flaw for counting table rows, it can take a very very long time, and for very big tables it will time out. You can safely ignore that. If you wish to check the true size, I recommend checking on the server side via phpMyAdmin or command line, those can access the table structure data.

    #40231
    qwerty389qwerty389
    Participant

    What should I do? Should I click Continue Existing Index button?

    #40247
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, then the indexing will stop automatically once there are no items left.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.