long query
Hello
I see following query cause too long query time even over 200 sec
Is this munin related database ? Regards
localhost | information_schema | Query | 127 | Opening tables | SELECT data_free FROM tables WHERE ENGINE = 'InnoDB'
Is this munin related database ? Regards
-
Hello :) This is likely stems from the following option that's configured in "Tweak Settings" under the "SQL" tab: 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. You may want to disable this option to see if it helps improve performance. Thank you. 0 -
Not resolved yet . # Time: 150129 12:25:25 # User@Host: root[root] @ localhost [] # Query_time: 12.492698 Lock_time: 0.000093 Rows_sent: 1 Rows_examined: 88805 use information_schema; SET timestamp=1422521725; SELECT count(*) FROM tables WHERE ENGINE = 'InnoDB'; 0 -
To clarify, are you still experiencing issues after disabling the "Use INFORMATION_SCHEMA to acquire MySQL" disk usage" option on your server? Thank you. 0 -
]To clarify, are you still experiencing issues after disabling the "Use INFORMATION_SCHEMA to acquire MySQL" disk usage" option on your server? Thank you.
yes ... problem exist after disabling .0 -
This is likely an unsupported issue, but feel free to open a support ticket using the link in my signature so we can verify it's not caused by any cPanel configuration settings. You can post the ticket number here so we can update this thread with the outcome. Thank you. 0
Please sign in to leave a comment.
Comments
5 comments