Turn off excessive writing to database?
-
We’ve been experiencing some problems with spikes on our dedicated server causing the website to basically shut down.
Our tech put a monitor on it, and says that spikes they saw coincide with occasions of an UPDATE query responsible for about 75% of the database writes in the log over a one day period. He gave this info:
The query minus all the data is as follows:
442878 Query UPDATEwp_options
SEToption_value
WHEREoption_name
= ‘top_opt_already_tweeted_posts’A portion of the data is as follows:
i:0;s:5:\”32729\”;i:1;s:5:\”32898\”;i:2;s:5:\”32726\”;i:3;s:5:\”32832\”;Does Revive Old Post need to write to the database so much? Is it a function of settings? Does it have anything to do with Excluded Posts settings? If so, can those be disabled? (I don’t see any way of deleting the Exclude setting for past posts.)
- The topic ‘Turn off excessive writing to database?’ is closed to new replies.