Since 2 weeks, the table wp_814147_options is filling up and /home/nfs_clients is full to 100% after a while.
This is what our hosting company sent us:
It is a query that starts with:
UPDATE wp_814147_options
SET
And which contains as value for example :
158953:{i:0;a:2:{s:6:\”family\”;s:21:\”Mulish:300|Mulish:300\”;s:4:\”name\”;s:6:\”Mulish\”;}i:1;a:2:{s:6:
\”family\”;s:27:\”Open Sans:700|Open Sans:700\”;s:4:\”name\”;s:8:\”OpenSans\”;}i:2;a:2:{s:6:\”family\”;s:21:\”Mulish:300|Mulish:300\”;s:4:\”name\”;s:6:\”Mul
ish\”;}i:3;a:2:{s:6:\”family\”;s:27:\”Open Sans:700|Open Sans:700\”;s:4:\”name\”;s:8:\”OpenSans\”;}i:4;a:2:{s:6:\”family\”;s:21:\”Mulish:300|Mulish:300\”;s:
4:\”name\”;s:6:\”Mulish\”;}i:5;a:2:{
This query is repeated a lot.
This table is updated often, it seems that only it is concerned.
Here are some (beginning of) log requests, knowing that UPDATE are the biggest, and the ones that fill the log server the fastest:
INSERT INTO wp_814147_options
(option_name
, option_value
, autoload
) VALUES (‘_transient_global_styles_svg_filters_xstore-child’, ‘option_value
UPDATE wp_814147_options
SET option_value
INSERT INTO wp_814147_options
(option_name
, option_value
, autoload
) VALUES (‘_transient_doing_cron’, ‘1663839841.1910200119018554687500’, ‘yes’) ON DUPLICATE KEY UPDATE option_name
UPDATE wp_814147_options
SET option_value
UPDATE wp_814147_options
SET option_value
UPDATE wp_814147_actionscheduler_actions
SET claim_id
INSERT INTO wp_814147_options
(option_name
, option_value
, autoload
) VALUES (‘_transient_timeout_jetpack_sync_callables_await’, ‘1663839903’, ‘no’) ON DUPLICATE KEY UPDATE option_name
INSERT INTO wp_814147_options
(option_name
, option_value
, autoload
) VALUES (‘_transient_jetpack_sync_callables_await’, ‘1663839843.2637’, ‘no’) ON DUPLICATE KEY UPDATE option_name
UPDATE wp_814147_options
SET option_value
UPDATE wp_814147_options
SET option_value
UPDATE wp_814147_options
SET option_value
INSERT INTO wp_814147_options
(option_name
, option_value
, autoload
) VALUES (‘_transient_timeout_global_styles_xstore-child’, ‘1663839947’, ‘no’) ON DUPLICATE KEY UPDATE option_name
As for their frequency, it is almost every second.