MySQL Slow Queries Log
-
Hi,
My MySQL Slow Queries Log is filling up with these:
# Query_time: 3.377560 Lock_time: 0.048966 Rows_sent: 0 Rows_examined: 1 SET timestamp=1434785316; UPDATE wp_options SET option_value = {5MB of serialised data} WHERE option_name = 'plugin_advman_stats';
One problem is that the query is obviously slow and the second problem is that log file is growing so big I’ve had to turn off slow query logging.
I’m thinking there must be a better way to store this data?
- The topic ‘MySQL Slow Queries Log’ is closed to new replies.