Massive database value
-
Hi there!
Earlier today we had a site go down because there was a database query that was running for some time. Part of that was because the query being run was
UPDATE
wp_options
SET
option_value= 'MASSIVE BLOB OF TEXT' WHERE
option_name= 'cron'
When I went to look at the current value, the array had 26,076 entries attached so I can see why things would be super slow. I wanted to expand it but Sequel Pro halted when I tried to select it ??.
What I'm wondering is how is that db value being fully utilized and what are some steps that can be taken to reduce this down the line?
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Massive database value’ is closed to new replies.