Skip to main content

MySQL Quota remote MySQL server and load

Comments

3 comments

  • cPanelMichael
    Hello :) You could disable the following option under the "SQL" tab in "WHM Home " Server Configuration " Tweak Settings": "Use INFORMATION_SCHEMA to acquire MySQL disk usage" Per it's description: Using INFORMATION_SCHEMA ensures that disk usage by MySQL tables is included in totals. However, enabling this option may cause a significant drop in performance as MySQL may become unresponsive until data collection is complete. Disabling this option causes the system to query the filesystem directly, potentially excluding disk space used by some database tables. Note: If you use a remote MySQL server, you must turn this setting On in order to calculate MySQL disk usage. It won't calculate MySQL disk usage since you are using a remote MySQL server, however it might be a good idea to temporarily disable this option to verify it's the cause of the issue. Thank you.
    0
  • nzhook
    ]Hello :) You could disable the following option under the "SQL" tab in "WHM Home " Server Configuration " Tweak Settings": It won't calculate MySQL disk usage since you are using a remote MySQL server, however it might be a good idea to temporarily disable this option to verify it's the cause of the issue.

    We have done that on a few servers and it does make a difference. We have also noted that the processes which are causing the load are the information schema ones, killing the processes reduces the load drastically (and customers sites return to normal) What would be of great help would be if we could collect the information and populate a file or even a different table in MYSQL, so the information is already there when the quota check runs. This was my plan before I found out that the script was compiled and I could not change the table tname. Thanks
    0
  • cPanelMichael
    MySQL disk usage calculation is not currently supported when "Use INFORMATION_SCHEMA to acquire MySQL disk usage" is disabled. Feel free to open a feature request for this via: Submit A Feature Request Thank you.
    0

Please sign in to leave a comment.