Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Index empty after update › Reply To: Index empty after update
November 28, 2022 at 2:48 pm
#40197
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.