Does MySQL keep statistics regarding the update/insert usage of particular tables/databases in the performance_schema or information_schema?
Is there a simple way to access this data per table?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it does in the binary log. See the documentation page on MySQL for more information, it even has a useful script at the bottom you can modify to show information on a per table basis.