WF writes constantly to the database. Can this stop?
-
Setup: VM running linux on Google Cloud, connected to a cloud SQL instance for dbwith enabled binlogs (aka, every transaction that updates the database is logged in binary files, for full reversability).
After we installed wordfence we noticed that the size of the cloudSQL starting growing continously (while it was quite stable before).
Disabling WF makes the growing of the cloudSQL stop. The SQLdb does not grow. Investigation showed it was the binlogs.
So, WF continously updates the DB when it is enabled (an option? A session?)
Do you know which WF function does that, if it is necessary, and if it is possible to disable it?
- The topic ‘WF writes constantly to the database. Can this stop?’ is closed to new replies.