VPS is crashing because of "wp_wfHoover" & table has over 7 million records
-
My Vps kept crashing so a narrow investigation showed that the “wp_wfHoover” table which is associated with database “my_database”. It is over 1.5 Gigabytes in size and contains over 7 million records:
###
MariaDB [my_database]> SELECT COUNT(*) from wp_wfHoover;
+———-+
| COUNT(*) |
+———-+
| 7090451 |
+———-+
1 row in set (0.11 sec)###
Because of the sheer volume of stored records which are constantly sorted by MySQL my site has become really unstable. Can this table please be examined and / or pruned? Is there any fix for this? I have been using Wordfence for over years and I really like it. I hope Wordfence team will give me some solution. Thanks in Advance.
- The topic ‘VPS is crashing because of "wp_wfHoover" & table has over 7 million records’ is closed to new replies.