We are experiencing high load since about 4 days ago.
We realised MySQL seems to be one of the causes.
In particular we're seeing this long-running query:
SELECT TABLE_SCHEMA as DB,SUM(DATA_LENGTH)+SUM(INDEX_LENGTH) AS SPACEUSED from information_schema.ta
This seems to be a query run by cPanel. How can we eliminate it or reduce frequency?
We realised MySQL seems to be one of the causes.
In particular we're seeing this long-running query:
SELECT TABLE_SCHEMA as DB,SUM(DATA_LENGTH)+SUM(INDEX_LENGTH) AS SPACEUSED from information_schema.ta
This seems to be a query run by cPanel. How can we eliminate it or reduce frequency?